diff options
author | Jeff Law <law@redhat.com> | 1994-10-20 06:56:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-10-20 06:56:55 +0000 |
commit | a7f1f2a8eaa832d96080129eb9125066448e1153 (patch) | |
tree | b7ad6c59551c21512168399273019afcbc9ea6d1 /gas | |
parent | e443a0212051e843cd8604b8d321488abe75feb3 (diff) | |
download | fsf-binutils-gdb-a7f1f2a8eaa832d96080129eb9125066448e1153.zip fsf-binutils-gdb-a7f1f2a8eaa832d96080129eb9125066448e1153.tar.gz fsf-binutils-gdb-a7f1f2a8eaa832d96080129eb9125066448e1153.tar.bz2 |
* gas/hppa/reloc/blebug3.s: New test.
* gas/hppa/reloc/reloc.exp: Run it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/reloc/.Sanitize | 1 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/reloc/blebug3.s | 14 |
3 files changed, 25 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5eb5fec..54a48a2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/hppa/reloc/.Sanitize b/gas/testsuite/gas/hppa/reloc/.Sanitize index e4f8c96..266f475 100644 --- a/gas/testsuite/gas/hppa/reloc/.Sanitize +++ b/gas/testsuite/gas/hppa/reloc/.Sanitize @@ -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 index 0000000..5ee9b3b --- /dev/null +++ b/gas/testsuite/gas/hppa/reloc/blebug3.s @@ -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) |