bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-range.s
index 4d843b131a22ac3786ad58c8f9acf48ac18b1862..cd6cde040f56d9d621b78a7c653a8ad8b9bc8de7 100644 (file)
@@ -1,6 +1,8 @@
-# Source file use to test border cases of jumps
+# Source file used to test misaligned targets of absolute jumps
 
        jal     0x0
-       jal     0x7fffffc
-       jal     0x7fffffd
-       jal     0x8000000
+       jal     0x1
+       jal     0xffffffc
+       jal     0xfffffff
+       jal     0x10000000
+       jal     0x10000003
This page took 0.024007 seconds and 4 git commands to generate.