From: Richard Sandiford Date: Wed, 11 Feb 2004 10:45:57 +0000 (+0000) Subject: Fix typo in last entry. X-Git-Tag: releases/gcc-4.0.0~10190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0689841b7006e841ed5835a5f05826ae38a5d13;p=thirdparty%2Fgcc.git Fix typo in last entry. From-SVN: r77646 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a87df987f4dc..383c3a5a0762 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,12 +1,12 @@ 2004-02-11 Thiemo Seufer * 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.