------- Additional Comments From hjl at lucon dot org  2005-10-16 17:37 -------
Created an attachment (id=714)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=714&action=view)
A testcase

I got

bash-3.00$ make LD=ld
as   -o foo.o foo.s
ld -shared -o foo.so foo.o
readelf -S foo.so | grep note | awk '{print $3, $4;}' > so.out
readelf -S foo.o | grep note | awk '{print $3, $4;}' > o.out
diff -up so.out  o.out
--- so.out      2005-10-16 10:36:50.000000000 -0700
+++ o.out       2005-10-16 10:36:50.000000000 -0700
@@ -1 +1 @@
-note PROGBITS
+note NOTE
make: *** [all] Error 1


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1487

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to