* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
This commit is contained in:
parent
08caf3f870
commit
7704145c73
4 changed files with 8 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-03-23 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
|
||||
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
|
||||
|
||||
2001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* gas/vax/quad.exp: Correct expected result.
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
; Test warning for expansion of branches.
|
||||
; FIXME: Warnings currently have the line number of the last
|
||||
; line, which is not really good.
|
||||
|
||||
; { dg-do assemble { target cris-*-* } }
|
||||
; { dg-options "-N" }
|
||||
|
||||
.text
|
||||
start:
|
||||
ba external_symbol ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 11 } }
|
||||
ba external_symbol ; { dg-warning "32-bit conditional branch generated" }
|
||||
nop
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
; Test warning for expansion of branches.
|
||||
; FIXME: Warnings currently have the line number of the last
|
||||
; line, which is not really good.
|
||||
|
||||
; { dg-do assemble { target cris-*-* } }
|
||||
; { dg-options "-N" }
|
||||
|
||||
.text
|
||||
start:
|
||||
ba long_forward ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 13 } }
|
||||
ba long_forward ; { dg-warning "32-bit conditional branch generated" }
|
||||
.space 32768,0
|
||||
long_forward:
|
||||
nop
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
; Test warning for expansion of branches.
|
||||
; FIXME: Warnings currently have the line number of the last
|
||||
; line, which is not really good.
|
||||
|
||||
; { dg-do assemble { target cris-*-* } }
|
||||
; { dg-options "-N" }
|
||||
|
@ -9,5 +7,5 @@
|
|||
start:
|
||||
nop
|
||||
.space 32768,0
|
||||
ba start ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 13 } }
|
||||
ba start ; { dg-warning "32-bit conditional branch generated" }
|
||||
nop
|
||||
|
|
Loading…
Reference in a new issue