diff options
author | Jeff Law <law@redhat.com> | 1993-11-05 01:03:25 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-05 01:03:25 +0000 |
commit | 70d4dc11dc4285494d1ca6a66e2d942349661c2c (patch) | |
tree | 4d61096f2a84a267a2ed44ad902f576e5de6b400 /gas | |
parent | c5ab495714fa41ddf31496550d143aa42b812abf (diff) | |
download | gdb-70d4dc11dc4285494d1ca6a66e2d942349661c2c.zip gdb-70d4dc11dc4285494d1ca6a66e2d942349661c2c.tar.gz gdb-70d4dc11dc4285494d1ca6a66e2d942349661c2c.tar.bz2 |
* gas/hppa/unsorted/fragbug.s: New test.
* gas/hppa/unsorted/unsorted.exp: Run it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/unsorted/fragbug.s | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f55eb27..23dc42b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/unsorted/fragbug.s: New test. + * gas/hppa/unsorted/unsorted.exp: Run it. + Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com) * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS diff --git a/gas/testsuite/gas/hppa/unsorted/fragbug.s b/gas/testsuite/gas/hppa/unsorted/fragbug.s new file mode 100644 index 0000000..5734193 --- /dev/null +++ b/gas/testsuite/gas/hppa/unsorted/fragbug.s @@ -0,0 +1,3 @@ + .SPACE $TEXT$ + .SUBSPA $CODE$ + nop |