[Bug binutils/25355] nm reports a variable as "T" with -flto and -fno-common

2020-01-08 Thread calvin.walton at kepstin dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=25355 Calvin Walton changed: What|Removed |Added CC||calvin.walton at kepstin dot ca

[Bug binutils/25356] nm reports wrong symbol types on lto objects (using linker plugin)

2020-01-08 Thread calvin.walton at kepstin dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=25356 Calvin Walton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/25356] New: nm reports wrong symbol types on lto objects (using linker plugin)

2020-01-08 Thread calvin.walton at kepstin dot ca
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: calvin.walton at kepstin dot ca Target Milestone: --- Using the following example C file: int foo; int bar = 0; And compiling the file normally, with gcc -c -o