* gas/hppa/reloc/blebug3.s: New test.
* gas/hppa/reloc/reloc.exp: Run it.
This commit is contained in:
parent
e443a02120
commit
a7f1f2a8ea
3 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -28,6 +28,7 @@ Things-to-keep:
|
|||
|
||||
blebug.s
|
||||
blebug2.s
|
||||
blebug3.s
|
||||
exitbug.s
|
||||
fixupbug.s
|
||||
funcrelocbug.s
|
||||
|
|
14
gas/testsuite/gas/hppa/reloc/blebug3.s
Executable file
14
gas/testsuite/gas/hppa/reloc/blebug3.s
Executable file
|
@ -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)
|
Loading…
Add table
Reference in a new issue