* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
authorHans-Peter Nilsson <hp@axis.com>
Fri, 23 Mar 2001 05:39:38 +0000 (05:39 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Fri, 23 Mar 2001 05:39:38 +0000 (05:39 +0000)
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.

gas/testsuite/ChangeLog
gas/testsuite/gas/cris/branch-warn-1.s
gas/testsuite/gas/cris/branch-warn-2.s
gas/testsuite/gas/cris/branch-warn-3.s

index 5420f9d9ddfe7fb973ac75c581613495c939ebeb..af48809e048d09f6b37abf15319976e195dada64 100644 (file)
@@ -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.
index 8c84a00266919c2c6a7f399bfed9e893b08de4af..7f2178e4ce80ff6d6ca2cc6fdf1064d4762a5934 100644 (file)
@@ -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
index 27cdc72bd6e1cfbf74ab8f8f69362ceb2fe78461..a9ca659387c910b3929f53e20ee55c382efafb44 100644 (file)
@@ -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
index 495cfa33c2acf140f8e40f0f8e489c76daec1c51..184eddc7c41805919c00ae74f1b319ac1b4dab3a 100644 (file)
@@ -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