summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/mips/jal-range.s
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-09-17 08:38:27 +0000
committerThiemo Seufer <ths@networkno.de>2002-09-17 08:38:27 +0000
commitf697dfed60b262d971688aab024152241d4b6638 (patch)
tree93a1dd225dcc869cd8cadeab21923cbdf44f6e17 /gas/testsuite/gas/mips/jal-range.s
parent75d12d11a0a7ba4e8b6c49bd6d0c5f26dcc5cab0 (diff)
downloadppe42-binutils-f697dfed60b262d971688aab024152241d4b6638.tar.gz
ppe42-binutils-f697dfed60b262d971688aab024152241d4b6638.zip
2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* gas/mips/jal-range.s: Check for jal overflows. * gas/mips/jal-range.l: List file for it. * gas/mips/mips.exp: Use it.
Diffstat (limited to 'gas/testsuite/gas/mips/jal-range.s')
-rw-r--r--gas/testsuite/gas/mips/jal-range.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/jal-range.s b/gas/testsuite/gas/mips/jal-range.s
new file mode 100644
index 0000000000..4d843b131a
--- /dev/null
+++ b/gas/testsuite/gas/mips/jal-range.s
@@ -0,0 +1,6 @@
+# Source file use to test border cases of jumps
+
+ jal 0x0
+ jal 0x7fffffc
+ jal 0x7fffffd
+ jal 0x8000000
OpenPOWER on IntegriCloud