* gas/hppa/reloc/blebug3.s: New test.
authorJeff Law <law@redhat.com>
Thu, 20 Oct 1994 06:56:55 +0000 (06:56 +0000)
committerJeff Law <law@redhat.com>
Thu, 20 Oct 1994 06:56:55 +0000 (06:56 +0000)
* gas/hppa/reloc/reloc.exp: Run it.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/reloc/.Sanitize
gas/testsuite/gas/hppa/reloc/blebug3.s [new file with mode: 0755]

index 5eb5fecec1a997b13a7880c17537d9c346886b0d..54a48a2600f89634f684d1aa209be284950bbeca 100644 (file)
@@ -1,3 +1,13 @@
+Thu Oct 20 00:55:13 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gas/hppa/reloc/blebug3.s: New test.
+       * gas/hppa/reloc/reloc.exp: Run it.
+
+Mon Oct 17 02:33:53 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gas/hppa/reloc/reduce3.s: New test.
+       * gas/hppa/reloc/reloc.exp: Run it.
+
 Sun Oct 16 22:25:56 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
index e4f8c963d453de9c60523252535eb36be2808786..266f4753060108bf28dfcd60d151537022577533 100644 (file)
@@ -28,6 +28,7 @@ Things-to-keep:
 
 blebug.s
 blebug2.s
+blebug3.s
 exitbug.s
 fixupbug.s
 funcrelocbug.s
diff --git a/gas/testsuite/gas/hppa/reloc/blebug3.s b/gas/testsuite/gas/hppa/reloc/blebug3.s
new file mode 100755 (executable)
index 0000000..5ee9b3b
--- /dev/null
@@ -0,0 +1,14 @@
+       .SPACE $PRIVATE$
+       .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
+       .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
+       .SPACE $TEXT$
+       .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
+       .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
+
+       .SPACE $TEXT$
+       .SUBSPA $CODE$
+
+       .align 4
+       .import yabba,code
+
+       ble     R%yabba(%sr4,%r0)
This page took 0.036265 seconds and 4 git commands to generate.