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]

[obvious patch] undo bad chg togas/testsuite/gas/mips/lif-empic.d


The 2001-05-15 changes to make MIPS disassembly assemble-able included
(at least 8-) one incorrect change: in lif-empic.d a few FP regs had
their $'s stripped.  Other tests' FP reg usage didn't suffer the same
fate.

Probably wasn't noticed because that test failed beforehand (and still
does; i noticed the problem when i was looking at the output to figure
out why).

Checked in as obvious.  8-)


gas/testsuite/ChangeLog:

2001-07-26  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/lif-empic.d: Add back dollar signs before floating
        point register names.


Index: gas/mips/lif-empic.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/lif-empic.d,v
retrieving revision 1.2
diff -c -r1.2 lif-empic.d
*** lif-empic.d	2001/05/15 12:11:13	1.2
--- lif-empic.d	2001/07/27 06:13:04
***************
*** 12,24 ****
  [ 	]*0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.rdata.*
  0+0004 <[^>]*> lw	a0,0\(at\)
  0+0008 <[^>]*> lw	a1,4\(at\)
! 0+000c <[^>]*> lwc1	f[45],-16368\(gp\)
  [ 	]*c: [A-Z0-9_]*LITERAL[A-Z0-9_]*	.lit8.*
! 0+0010 <[^>]*> lwc1	f[45],-16364\(gp\)
  [ 	]*10: [A-Z0-9_]*LITERAL[A-Z0-9_]*	.lit8.*
  0+0014 <[^>]*> lui	a0,0x3f8f
  0+0018 <[^>]*> ori	a0,a0,0xcd36
  0+001c <[^>]*> lui	at,0x3f8f
  0+0020 <[^>]*> ori	at,at,0xcd36
! 0+0024 <[^>]*> mtc1	at,f4
  	...
--- 12,24 ----
  [ 	]*0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.rdata.*
  0+0004 <[^>]*> lw	a0,0\(at\)
  0+0008 <[^>]*> lw	a1,4\(at\)
! 0+000c <[^>]*> lwc1	\$f[45],-16368\(gp\)
  [ 	]*c: [A-Z0-9_]*LITERAL[A-Z0-9_]*	.lit8.*
! 0+0010 <[^>]*> lwc1	\$f[45],-16364\(gp\)
  [ 	]*10: [A-Z0-9_]*LITERAL[A-Z0-9_]*	.lit8.*
  0+0014 <[^>]*> lui	a0,0x3f8f
  0+0018 <[^>]*> ori	a0,a0,0xcd36
  0+001c <[^>]*> lui	at,0x3f8f
  0+0020 <[^>]*> ori	at,at,0xcd36
! 0+0024 <[^>]*> mtc1	at,\$f4
  	...


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