[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/1434] IA64 assembler generates different debug info
From: |
hjl at lucon dot org |
Subject: |
[Bug gas/1434] IA64 assembler generates different debug info |
Date: |
7 Oct 2005 00:33:24 -0000 |
------- Additional Comments From hjl at lucon dot org 2005-10-07 00:33 -------
Created an attachment (id=688)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=688&action=view)
A testcase
"new-as" is the bad as and "old-as" is the good one without the patch. I got
address@hidden dwarf2-2]$ make
./new-as -x -mconstant-gp -o new.o foo.s
./old-as -x -mconstant-gp -o old.o foo.s
readelf -a new.o > new
readelf -a old.o > old
diff -up old new
--- old 2005-10-06 17:33:11.000000000 -0700
+++ new 2005-10-06 17:33:11.000000000 -0700
@@ -1344,9 +1344,9 @@ Relocation section '.rela.debug_info' at
000000005daf 000e00000065 R_IA64_SECREL32LS 0000000000000000 .debug_str +
1366 000000005de3 000e00000065 R_IA64_SECREL32LS 0000000000000000 .debug_str +
fc4
000000005df9 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 10
-000000005e01 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 12
+000000005e01 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 11
000000005e0f 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 10
-000000005e17 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 12
+000000005e17 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 11
000000005e2b 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + c0
000000005e33 000200000027 R_IA64_DIR64LSB 0000000000000000 .text + 270
000000005e3c 000e00000065 R_IA64_SECREL32LS 0000000000000000 .debug_str + f95
make: *** [all] Error 1
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1434
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.