summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s b/binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s
new file mode 100644
index 00000000..09734473
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-o32.s
@@ -0,0 +1,14 @@
+ .abicalls
+ .text
+ .weak __ehdr_start
+ .globl __start
+ .ent __start
+ .frame $29, 0, $31
+ .mask 0x00000000, 0
+__start:
+ .set noreorder
+ .cpload $25
+ .set reorder
+ lw $2, __ehdr_start
+ jr $31
+ .end __start