------- Additional Comments From hjl at lucon dot org  2005-10-06 23:24 -------
Created an attachment (id=687)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=687&action=view)
A simpler testcase

The problem is in tag handling:

[EMAIL PROTECTED] 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 16:23:32.000000000 -0700
+++ new 2005-10-06 16:23:32.000000000 -0700
@@ -51,7 +51,7 @@ There are no program headers in this fil

 Relocation section '.rela.data.patch.fsyscall_table' at offset 0x360 contains
1 entries:
   Offset          Info           Type           Sym. Value    Sym. Name +
Addend
-000000000000  00010000004d R_IA64_PCREL32LSB 0000000000000000 .text + 2
+000000000000  00010000004d R_IA64_PCREL32LSB 0000000000000000 .text + 1

 There are no unwind sections in this file.

make: *** [all] Error 1


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #686 is|0                           |1
           obsolete|                            |


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

------- 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
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to