diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:33:24 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:33:24 +0000 |
commit | 842f8b2a1e0780823528556046919173a9a8db57 (patch) | |
tree | af4644098fe9c3ffd84f500b52da2785da1df1bf /gas/ChangeLog | |
parent | 34224acf3638b12890af9c51567bfd6647245f9f (diff) | |
download | gdb-842f8b2a1e0780823528556046919173a9a8db57.zip gdb-842f8b2a1e0780823528556046919173a9a8db57.tar.gz gdb-842f8b2a1e0780823528556046919173a9a8db57.tar.bz2 |
gas/
* config/tc-mips.c (macro) <ld_st>: Don't load a zero into an
auxiliary register when using a signed 16-bit constant offset.
gas/testsuite/
* gas/mips/ldstla-32.d: Update according to a 16-bit constant
offset optimization.
* gas/mips/ldstla-32-mips3.d: Likewise.
* gas/mips/ldstla-32-shared.d: Likewise.
* gas/mips/ldstla-32-mips3-shared.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d6d973e..f87b622 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (macro) <ld_st>: Don't load a zero into an + auxiliary register when using a signed 16-bit constant offset. + +2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (mips_ip): Remove lastregno's preinitialization. |