diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 09:49:31 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 09:49:31 +0000 |
| commit | f28414cc7e2c8297a7b728f298b2a6755f9f9795 (patch) | |
| tree | 2dc50e0c684336be336a97860a48d9878162c66b | |
| parent | 3419591d5d940054bf0b16fa11375c9cff316866 (diff) | |
| download | ppe42-gcc-f28414cc7e2c8297a7b728f298b2a6755f9f9795.tar.gz ppe42-gcc-f28414cc7e2c8297a7b728f298b2a6755f9f9795.zip | |
* config/sparc/sparc.md (tie_add32): Fix pasto.
(tie_add64): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75856 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 652e25156f6..06b48518a42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-14 Eric Botcazou <ebotcazou@libertysurf.fr> + + * config/sparc/sparc.md (tie_add32): Fix pasto. + (tie_add64): Likewise. + 2004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> * config/i386/i386.md (*addqi_1_slp): Do not access operands[2]. |

