* gas/cris/range-err-1.s: Adjust expected messages for hosts with
authorHans-Peter Nilsson <hp@axis.com>
Thu, 24 Mar 2005 00:01:14 +0000 (00:01 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 24 Mar 2005 00:01:14 +0000 (00:01 +0000)
64-bit longs.

gas/testsuite/ChangeLog
gas/testsuite/gas/cris/range-err-1.s

index d1add90..54b6472 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gas/cris/range-err-1.s: Adjust expected messages for hosts with
+       64-bit longs.
+
 2005-03-23  Alan Modra  <amodra@bigpond.net.au>
 
        * gas/elf/section5.s: Don't start directives in first column.
index 69e3a32..ecced26 100644 (file)
@@ -61,9 +61,9 @@ start:
  add.w 2781868,r13 ; { dg-error "Immediate value not in 16 bit range: 2781868" }
  add.w -2701867,r13 ; { dg-error "Immediate value not in 16 bit range: -2701867" }
 
- add.w 0x9ec0ceac,r13 ; { dg-error "Immediate value not in 16 bit range: -1631531348" }
+ add.w 0x9ec0ceac,r13 ; { dg-error "Immediate value not in 16 bit range: (2663435948|-1631531348)" }
  add.w -0x7ec0cead,r13 ; { dg-error "Immediate value not in 16 bit range: -2126565037" }
 
- add.w const_int_m32,r13 ; { dg-error "Immediate value not in 16 bit range: 781758389" }
+ add.w const_int_m32,r13 ; { dg-error "Immediate value not in 16 bit range: (-3513208907|781758389)" }
  add.w const_int_32,r13 ; { dg-error "Immediate value not in 16 bit range: 462701867" }
  add.w -(three2767+2),r5 ; { dg-error "Immediate value not in 16 bit range: -32769" }