* gas/cris/range-err-1.s: Adjust expected messages for hosts with

64-bit longs.
This commit is contained in:
Hans-Peter Nilsson 2005-03-24 00:01:14 +00:00
parent c0726462f0
commit a339a1c61b
2 changed files with 7 additions and 2 deletions

View 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.

View 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" }