diff options
author | Jeff Law <law@redhat.com> | 1997-07-31 21:18:00 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-07-31 21:18:00 +0000 |
commit | f0a26f566558ecced5a856130db31c8433d547ce (patch) | |
tree | d348b9d088b289b3ab135b2af621408aedea960c /gas | |
parent | 15d8ae9d857326ccb9623c2c4ab8fe2ab8474049 (diff) | |
download | gdb-f0a26f566558ecced5a856130db31c8433d547ce.zip gdb-f0a26f566558ecced5a856130db31c8433d547ce.tar.gz gdb-f0a26f566558ecced5a856130db31c8433d547ce.tar.bz2 |
* gas/v850/range.s: New test.
* gas/v850/basic.exp: Run it.
testcase for pr12944 related stuff.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/v850/.Sanitize | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/v850/range.s | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e2cadbb..cd5a0ea 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,9 @@ start-sanitize-v850 +Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com) + + * gas/v850/range.s: New test. + * gas/v850/basic.exp: Run it. + Tue Jul 29 14:35:02 1997 Jeffrey A Law (law@cygnus.com) * gas/v850/hilo2.s: New test. diff --git a/gas/testsuite/gas/v850/.Sanitize b/gas/testsuite/gas/v850/.Sanitize index 201aa7a..a564975 100644 --- a/gas/testsuite/gas/v850/.Sanitize +++ b/gas/testsuite/gas/v850/.Sanitize @@ -38,6 +38,7 @@ logical.s mem.s misc.s move.s +range.s Things-to-lose: Do-last: diff --git a/gas/testsuite/gas/v850/range.s b/gas/testsuite/gas/v850/range.s new file mode 100644 index 0000000..42accf4 --- /dev/null +++ b/gas/testsuite/gas/v850/range.s @@ -0,0 +1,2 @@ + .text + ld.b 0xff62[r0],r0 |