[Bug binutils/24326] `nm` outputs symbol values of 0 for ft LTO object files

2019-03-13 Thread brandon.m.simmons at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24326 --- Comment #6 from Brandon Simmons --- Ah, okay now we're getting somewhere. So it seems that the issue is related to the liblto plugin (which AIUI is enabled either by using gcc-nm, or by putting the plugin in the right place). So I think we

[Bug binutils/24326] `nm` outputs symbol values of 0 for ft LTO object files

2019-03-13 Thread brandon.m.simmons at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24326 --- Comment #4 from Brandon Simmons --- Created attachment 11669 --> https://sourceware.org/bugzilla/attachment.cgi?id=11669&action=edit no-fat-lto-object -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/24326] `nm` outputs symbol values of 0 for ft LTO object files

2019-03-13 Thread brandon.m.simmons at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24326 --- Comment #2 from Brandon Simmons --- Sorry I meant to post gcc version. I'm on debian stretch and these are the versions available there $ nm --version GNU nm (GNU Binutils for Debian) 2.28 $ gcc --version gcc (Debian 6.3.

[Bug binutils/24326] `nm` outputs symbol values of 0 for ft LTO object files

2019-03-13 Thread brandon.m.simmons at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24326 --- Comment #3 from Brandon Simmons --- Created attachment 11668 --> https://sourceware.org/bugzilla/attachment.cgi?id=11668&action=edit fat LTO object -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/24326] New: `nm` outputs symbol values of 0 for ft LTO object files

2019-03-12 Thread brandon.m.simmons at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: brandon.m.simmons at gmail dot com Target Milestone: --- If I compile a file `tmp.c`, that looks like: char constantFOO[0x12]; char constantBAR[0x34]; with `gcc -c tmp.c