[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly
From: |
hjl at lucon dot org |
Subject: |
[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly |
Date: |
9 Sep 2005 19:47:41 -0000 |
------- Additional Comments From hjl at lucon dot org 2005-09-09 19:47 -------
Created an attachment (id=658)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=658&action=view)
A testcase
address@hidden strip-2]$ make
as -x -o x.o x.s
cp x.o y.o
/usr/bin/strip -g y.o
readelf -t --wide x.o > x.t
readelf -t --wide y.o > y.t
diff -up x.t y.t
--- x.t 2005-09-09 12:46:37.000000000 -0700
+++ y.t 2005-09-09 12:46:37.000000000 -0700
@@ -20,10 +20,10 @@ Section Headers:
PROGBITS 0000000000000000 000060 000010 00 0 0 8
[0000000000000002]: ALLOC
[ 5] .IA_64.unwind
- IA_64_UNWIND 0000000000000000 000070 000018 00 1 1 8
+ IA_64_UNWIND 0000000000000000 000070 000018 00 0 0 8
[0000000000000082]: ALLOC, LINK ORDER
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1321
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.