diff options
Diffstat (limited to 'ld/testsuite/ld-i386/pr20244-2a.d')
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-2a.d | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/ld/testsuite/ld-i386/pr20244-2a.d b/ld/testsuite/ld-i386/pr20244-2a.d index a04902f..ec3948e 100644 --- a/ld/testsuite/ld-i386/pr20244-2a.d +++ b/ld/testsuite/ld-i386/pr20244-2a.d @@ -8,36 +8,25 @@ SYMBOL TABLE: #... -0+80480b1 l i .text 00000000 bar +0+8048085 l i .text 00000000 bar #... -0+80480b2 g F .text 00000000 _start +0+8048086 g F .text 00000000 _start #... -0+80480b0 g i .text 00000000 foo +0+8048084 g i .text 00000000 foo #... - -Disassembly of section .plt: - -0+8048090 <.plt>: - +[a-f0-9]+: ff 25 e0 90 04 08 jmp \*0x80490e0 - +[a-f0-9]+: 68 00 00 00 00 push \$0x0 - +[a-f0-9]+: e9 00 00 00 00 jmp 80480a0 <foo-0x10> - +[a-f0-9]+: ff 25 e4 90 04 08 jmp \*0x80490e4 - +[a-f0-9]+: 68 00 00 00 00 push \$0x0 - +[a-f0-9]+: e9 00 00 00 00 jmp 80480b0 <foo> - Disassembly of section .text: -0+80480b0 <foo>: +0+8048084 <foo>: +[a-f0-9]+: c3 ret -0+80480b1 <bar>: +0+8048085 <bar>: +[a-f0-9]+: c3 ret -0+80480b2 <_start>: - +[a-f0-9]+: ff 15 e0 90 04 08 call \*0x80490e0 - +[a-f0-9]+: ff 25 e4 90 04 08 jmp \*0x80490e4 - +[a-f0-9]+: c7 05 e4 90 04 08 00 00 00 00 movl \$0x0,0x80490e4 - +[a-f0-9]+: 83 3d e0 90 04 08 00 cmpl \$0x0,0x80490e0 - +[a-f0-9]+: b9 10 00 00 00 mov \$0x10,%ecx +0+8048086 <_start>: + +[a-f0-9]+: ff 15 a8 90 04 08 call \*0x80490a8 + +[a-f0-9]+: ff 25 ac 90 04 08 jmp \*0x80490ac + +[a-f0-9]+: c7 05 ac 90 04 08 00 00 00 00 movl \$0x0,0x80490ac + +[a-f0-9]+: 83 3d a8 90 04 08 00 cmpl \$0x0,0x80490a8 + +[a-f0-9]+: b9 fc ff ff ff mov \$0xfffffffc,%ecx #pass |