diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2003-01-06 13:34:56 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2003-01-06 13:34:56 +0000 |
commit | 727b9b8cf57d0c5c3e18606ed52fa9fb3f275735 (patch) | |
tree | 9c6a2b9e4eb3d53bf7aa886ec30e78bcdf684ba9 /gcc | |
parent | c4fe1427a60fa304cf444070dc7a3f10b585b6b3 (diff) | |
download | gcc-727b9b8cf57d0c5c3e18606ed52fa9fb3f275735.zip gcc-727b9b8cf57d0c5c3e18606ed52fa9fb3f275735.tar.gz gcc-727b9b8cf57d0c5c3e18606ed52fa9fb3f275735.tar.bz2 |
* config/mips/mips.md (leadi): Use dla rather than la.
From-SVN: r60932
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d2655f1..51cee41 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-06 Richard Sandiford <rsandifo@redhat.com> + + * config/mips/mips.md (leadi): Use dla rather than la. + 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com> * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 3ec5483..0f3efb6 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -11202,7 +11202,7 @@ ld\\t%2,%1-%S1(%2)\;daddu\\t%2,%2,$31\\n\\t%*j\\t%2" [(set (match_operand:DI 0 "register_operand" "=d") (match_operand:DI 1 "address_operand" "p"))] "Pmode == DImode" - "la %0,%a1" + "dla %0,%a1" [(set_attr "type" "arith") (set_attr "mode" "DI") (set_attr "length" "40")]) |