aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/vxworks1-lib.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/vxworks1-lib.s')
-rw-r--r--ld/testsuite/ld-mips-elf/vxworks1-lib.s52
1 files changed, 0 insertions, 52 deletions
diff --git a/ld/testsuite/ld-mips-elf/vxworks1-lib.s b/ld/testsuite/ld-mips-elf/vxworks1-lib.s
deleted file mode 100644
index 827332c0c18..00000000000
--- a/ld/testsuite/ld-mips-elf/vxworks1-lib.s
+++ /dev/null
@@ -1,52 +0,0 @@
- .text
- .globl foo
- .type foo, @function
-foo:
- addiu $sp,$sp,-32
- sw $31,($sp)
- sw $28,4($sp)
- lui $28,%hi(__GOTT_BASE__)
- lw $28,%lo(__GOTT_BASE__)($28)
- lw $28,%half(__GOTT_INDEX__)($28)
- lw $2,%got(x)($28)
- lw $3,($2)
- addiu $3,$3,1
- sw $3,($2)
- lw $25,%got(slocal)($gp)
- jalr $25
- lw $25,%call16(sglobal)($gp)
- jalr $25
- lw $25,%call16(sexternal)($gp)
- jalr $25
- lw $31,($sp)
- lw $28,4($sp)
- addiu $sp,$sp,32
- jr $31
- .size foo, .-foo
-
- .type slocal, @function
-slocal:
- jr $31
- .size slocal, .-slocal
-
- .globl sglobal
- .type sglobal, @function
-sglobal:
- jr $31
- .size sglobal, .-sglobal
-
- .comm x,4,4
-
- .data
- .type dlocal, @object
-dlocal:
- .word slocal
- .word dlocal
- .size dlocal, .-dlocal
-
- .globl dglobal
- .type dglobal, @object
-dglobal:
- .word dglobal
- .word dexternal
- .size dglobal, .-dglobal