* gas/cris/range-err-1.s: Adjust expected messages for hosts with
64-bit longs.
This commit is contained in:
parent
c0726462f0
commit
a339a1c61b
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue