old-cross-binutils/ld/testsuite/ld-i386/combreloc.s
Jakub Jelinek 2030e6d786 * ld-i386/combreloc.s: New test.
* ld-i386/combreloc.d: New test.
	* ld-i386/i386.exp (i386tests): Add it.
2002-10-10 07:49:11 +00:00

22 lines
414 B
ArmAsm

.text
.globl _start, foo
.type _start,@function
_start:
pushl %ebp
movl %esp, %ebp
pushl %ebx
call 1f
1: popl %ebx
addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
movl _start@GOT(%ebx), %eax
movl (%eax), %eax
call foo@PLT
movl (%esp), %ebx
leave
foo: ret
.data
.long _start
.section "__libc_subfreeres", "aw", @progbits
.long _start
.section "__libc_atexit", "aw", @progbits
.long _start