This is PR33889,
Patch adds support of combination of linkerscript and
-symbol-ordering-file option.
If no sorting commands are present in script inside section declaration
and no --sort-section option specified, code uses sorting from ordering
file if any exist.
SectionsOrder -> SectionOrder
I don't think it is a good idea to make this available everywhere. Please just keep SymbolOrderingFile like before. When you need SectionOrder, compute it and store it to a local variable.