2001-07-26 Chris Demetriou <cgd@broadcom.com>
* gas/mips/lif-empic.d: Add back dollar signs before floating point register names.
This commit is contained in:
parent
88e04cc199
commit
411e0b6d6c
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-07-26 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* gas/mips/lif-empic.d: Add back dollar signs before floating
|
||||
point register names.
|
||||
|
||||
2001-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/i386/relax.s: Test rs_space.
|
||||
|
|
|
@ -12,13 +12,13 @@ Disassembly of section .text:
|
|||
[ ]*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\)
|
||||
0+000c <[^>]*> lwc1 \$f[45],-16368\(gp\)
|
||||
[ ]*c: [A-Z0-9_]*LITERAL[A-Z0-9_]* .lit8.*
|
||||
0+0010 <[^>]*> lwc1 f[45],-16364\(gp\)
|
||||
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
|
||||
0+0024 <[^>]*> mtc1 at,\$f4
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue