diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-11 10:45:57 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-11 10:45:57 +0000 |
| commit | d7e5d73177f65f0aa1ca77608f3972ed1d919a7d (patch) | |
| tree | 4f1d498aab038a0add23605ce2236bbadfcb0fc9 | |
| parent | 93a1903e8a8e62567bf743366173ae540f83eaa8 (diff) | |
| download | ppe42-gcc-d7e5d73177f65f0aa1ca77608f3972ed1d919a7d.tar.gz ppe42-gcc-d7e5d73177f65f0aa1ca77608f3972ed1d919a7d.zip | |
Fix typo in last entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77646 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a87df987f4d..383c3a5a076 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,12 +1,12 @@ 2004-02-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and - TARGET_LODABI consistently. + TARGET_OLDABI consistently. * config/mips/mips.c (function_arg,mips_setup_incoming_varargs, mips_va_arg,override_options,compute_frame_size, mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI - and TARGET_LODABI consistently. + and TARGET_OLDABI consistently. * config/mips/mips.md (exception_receiver): Likewise. * config/mips/linux64.h: Likewise. |

