[Bug ld/28399] Flag to order functions in a specific order based on order file

2022-03-30 Thread hiraditya at msn dot com
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

[Bug ld/28399] Flag to order functions in a specific order based on order file

2022-03-30 Thread carlos at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28399 Carlos O'Donell changed: What|Removed |Added Severity|normal |enhancement CC|

[Bug ld/28399] Flag to order functions in a specific order based on order file

2022-03-30 Thread carlos at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28399 Carlos O'Donell changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug ld/28399] Flag to order functions in a specific order based on order file

2021-10-05 Thread hiraditya at msn dot com
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

[Bug ld/28399] Flag to order functions in a specific order based on order file

2021-10-05 Thread hiraditya at msn dot com
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

[Bug ld/28399] Flag to order functions in a specific order based on order file

2021-10-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28399 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1