bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/1487] ELF input section may not be handled properly


From: hjl at lucon dot org
Subject: [Bug ld/1487] ELF input section may not be handled properly
Date: 16 Oct 2005 17:37:04 -0000

------- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]