https://sourceware.org/bugzilla/show_bug.cgi?id=28399
--- Comment #4 from hiraditya ---
Reference to bsd linker:
https://www.freebsd.org/cgi/man.cgi?ld
The flag is:
```
--symbol-ordering-file=file
Lay out sections in the order specified by file.
```
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=28399
Carlos O'Donell changed:
What|Removed |Added
Severity|normal |enhancement
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=28399
Carlos O'Donell changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=28399
--- Comment #3 from hiraditya ---
Here is an example of order file that is used to build clang itself.
https://opensource.apple.com/source/clang/clang-211.10.1/clang.order.auto.html
--
You are receiving this mail because:
You are on the CC
https://sourceware.org/bugzilla/show_bug.cgi?id=28399
--- Comment #2 from hiraditya ---
> the format of the file
it is a text file with line separated (mangled) symbol name.
> nor what happens to symbols that are not in the file
IIUC symbols that are in the file get preference over all other sym
https://sourceware.org/bugzilla/show_bug.cgi?id=28399
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1