From 6085129af61e55103a963d370ca9777979cfc0d7 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 25 Jul 2006 16:45:55 +0000 Subject: * ld-mips-elf/mips16-call-global-2.s, ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d: Improve test robustness. --- ld/testsuite/ld-mips-elf/mips16-call-global-3.s | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ld/testsuite/ld-mips-elf/mips16-call-global-3.s') diff --git a/ld/testsuite/ld-mips-elf/mips16-call-global-3.s b/ld/testsuite/ld-mips-elf/mips16-call-global-3.s index e776b3d..5113c5d 100644 --- a/ld/testsuite/ld-mips-elf/mips16-call-global-3.s +++ b/ld/testsuite/ld-mips-elf/mips16-call-global-3.s @@ -1,6 +1,16 @@ + .set nomips16 + .globl y .ent y .type y,@function y: jr $31 .end y + + .ent z + .type z,@function +z: + jr $31 + .end z + + .space 8 -- cgit v1.1