mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
Make COFF and ELF disassemblys agree
This commit is contained in:
parent
eea2ad4501
commit
3f53569383
@ -1,3 +1,9 @@
|
||||
2001-01-11 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/arm/adrl.s: Add global label 'foo'.
|
||||
* gas/arm/adrl.d: Expect to see references to 'foo' in the
|
||||
disassembly. COFF and ELF disassemblys should now be the same.
|
||||
|
||||
Wed Jan 10 15:14:54 MET 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.exp: Add ssemmx2 and sse2 tests.
|
||||
|
@ -7,12 +7,12 @@
|
||||
|
||||
Disassembly of section .text:
|
||||
...
|
||||
0x00002000 e24f0008 sub r0, pc, #8 ; 0x8
|
||||
0x00002004 e2400c20 sub r0, r0, #8192 ; 0x2000
|
||||
0x00002008 e28f0018 add r0, pc, #24 ; 0x18
|
||||
0x0000200c e2800c20 add r0, r0, #8192 ; 0x2000
|
||||
0x00002010 e24f0018 sub r0, pc, #24 ; 0x18
|
||||
0x00002014 e1a00000 nop \(mov r0,r0\)
|
||||
0x00002018 e28f0000 add r0, pc, #0 ; 0x0
|
||||
0x0000201c e1a00000 nop \(mov r0,r0\)
|
||||
00002000 <.*> e24f0008 sub r0, pc, #8 ; 0x8
|
||||
00002004 <.*> e2400c20 sub r0, r0, #8192 ; 0x2000
|
||||
00002008 <.*> e28f0018 add r0, pc, #24 ; 0x18
|
||||
0000200c <.*> e2800c20 add r0, r0, #8192 ; 0x2000
|
||||
00002010 <.*> e24f0018 sub r0, pc, #24 ; 0x18
|
||||
00002014 <.*> e1a00000 nop \(mov r0,r0\)
|
||||
00002018 <.*> e28f0000 add r0, pc, #0 ; 0x0
|
||||
0000201c <.*> e1a00000 nop \(mov r0,r0\)
|
||||
...
|
||||
|
@ -1,5 +1,6 @@
|
||||
@ test ADRL pseudo-op
|
||||
.text
|
||||
foo:
|
||||
.align 0
|
||||
1:
|
||||
.space 8192
|
||||
|
Loading…
Reference in New Issue
Block a user