summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/combreloc.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-i386/combreloc.s')
-rw-r--r--ld/testsuite/ld-i386/combreloc.s22
1 files changed, 0 insertions, 22 deletions
diff --git a/ld/testsuite/ld-i386/combreloc.s b/ld/testsuite/ld-i386/combreloc.s
deleted file mode 100644
index 2a78a7ce9b..0000000000
--- a/ld/testsuite/ld-i386/combreloc.s
+++ /dev/null
@@ -1,22 +0,0 @@
- .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