https://sourceware.org/bugzilla/show_bug.cgi?id=25355
Calvin Walton changed:
What|Removed |Added
CC||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|---
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