* gas/v850/range.s: New test.
authorJeff Law <law@redhat.com>
Thu, 31 Jul 1997 21:18:00 +0000 (21:18 +0000)
committerJeff Law <law@redhat.com>
Thu, 31 Jul 1997 21:18:00 +0000 (21:18 +0000)
        * gas/v850/basic.exp: Run it.
testcase for pr12944 related stuff.

gas/testsuite/ChangeLog
gas/testsuite/gas/v850/.Sanitize
gas/testsuite/gas/v850/range.s [new file with mode: 0644]

index e2cadbb101a4e3e70d93bee7b2f6a04db5889bfd..cd5a0ead4a755a3159afa8ae31f23cb2eb39dc29 100644 (file)
@@ -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.
index 201aa7aebad866cf54fadbde3f8d89b8528ea0d8..a56497511428de228a5a953b7c470bd89fcc9b84 100644 (file)
@@ -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 (file)
index 0000000..42accf4
--- /dev/null
@@ -0,0 +1,2 @@
+       .text
+       ld.b 0xff62[r0],r0
This page took 0.027344 seconds and 4 git commands to generate.