bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/11867] .quad directive not assembled correctly


From: ed at extraordinarymachine dot nl
Subject: [Bug gas/11867] .quad directive not assembled correctly
Date: 2 Aug 2010 14:42:44 -0000

------- Additional Comments From ed at extraordinarymachine dot nl  2010-08-02 
14:42 -------
Fix confirmed:

/usr/local/bin/as -o quadtest.o quadtest.asm
objdump -s quadtest.o

Contents of section .data:
 0000 00000000 fa448607 00000000 fdff0000  .....D..........
 0010 00000000 00000000 00000000 fa448607  .............D..

Patched version:
~/obj/binutils-2.20/gas/as-new -o quadtest.o quadtest.asm
address@hidden/binutils-test>objdump -s quadtest.o

Contents of section .data:
 0000 00000000 fa448607 00000000 fdffffff  .....D..........
 0010 00000000 00000000 00000000 fa448607  .............D..


-- 


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

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