This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gas/testsuite/gas/cris/branch-warn-[1-3].s: Fixed FIXME:s, committed.


Committed.

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.

Index: cris/branch-warn-1.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cris/branch-warn-1.s,v
retrieving revision 1.1
diff -p -c -r1.1 branch-warn-1.s
*** branch-warn-1.s	2000/07/21 00:48:54	1.1
--- branch-warn-1.s	2001/03/23 05:33:27
***************
*** 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 external_symbol ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 11 } }
   nop
--- 1,9 ----
  ; Test warning for expansion of branches.
  
  ;  { dg-do assemble { target cris-*-* } }
  ;  { dg-options "-N" }
  
   .text
  start:
!  ba external_symbol ; { dg-warning "32-bit conditional branch generated" }
   nop
Index: cris/branch-warn-2.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cris/branch-warn-2.s,v
retrieving revision 1.1
diff -p -c -r1.1 branch-warn-2.s
*** branch-warn-2.s	2000/07/21 00:48:54	1.1
--- branch-warn-2.s	2001/03/23 05:33:27
***************
*** 1,13 ****
  ; 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 } }
   .space 32768,0
  long_forward:
   nop
--- 1,11 ----
  ; Test warning for expansion of branches.
  
  ;  { dg-do assemble { target cris-*-* } }
  ;  { dg-options "-N" }
  
   .text
  start:
!  ba long_forward ; { dg-warning "32-bit conditional branch generated" }
   .space 32768,0
  long_forward:
   nop
Index: cris/branch-warn-3.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cris/branch-warn-3.s,v
retrieving revision 1.1
diff -p -c -r1.1 branch-warn-3.s
*** branch-warn-3.s	2000/07/21 00:48:54	1.1
--- branch-warn-3.s	2001/03/23 05:33:27
***************
*** 1,6 ****
  ; 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" }
--- 1,4 ----
***************
*** 9,13 ****
  start:
   nop
   .space 32768,0
!  ba start ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 13 } }
   nop
--- 7,11 ----
  start:
   nop
   .space 32768,0
!  ba start ; { dg-warning "32-bit conditional branch generated" }
   nop

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]