From 7704145c73b9c2c45249793bee277ed0effd28d4 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 23 Mar 2001 05:39:38 +0000 Subject: [PATCH] * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s, gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/cris/branch-warn-1.s | 4 +--- gas/testsuite/gas/cris/branch-warn-2.s | 4 +--- gas/testsuite/gas/cris/branch-warn-3.s | 4 +--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5420f9d..af48809 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-03-23 Hans-Peter Nilsson + + * 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 * gas/vax/quad.exp: Correct expected result. diff --git a/gas/testsuite/gas/cris/branch-warn-1.s b/gas/testsuite/gas/cris/branch-warn-1.s index 8c84a00..7f2178e 100644 --- a/gas/testsuite/gas/cris/branch-warn-1.s +++ b/gas/testsuite/gas/cris/branch-warn-1.s @@ -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 diff --git a/gas/testsuite/gas/cris/branch-warn-2.s b/gas/testsuite/gas/cris/branch-warn-2.s index 27cdc72..a9ca659 100644 --- a/gas/testsuite/gas/cris/branch-warn-2.s +++ b/gas/testsuite/gas/cris/branch-warn-2.s @@ -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 diff --git a/gas/testsuite/gas/cris/branch-warn-3.s b/gas/testsuite/gas/cris/branch-warn-3.s index 495cfa3..184eddc7 100644 --- a/gas/testsuite/gas/cris/branch-warn-3.s +++ b/gas/testsuite/gas/cris/branch-warn-3.s @@ -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 -- 2.7.4