This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] MIPS code cleanup: Use TARGET_NEWABI and TARGET_OLDABIconsistently
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: Thiemo Seufer <ica2_ts at csv dot ica dot uni-stuttgart dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 11 Feb 2004 10:16:21 +0000
- Subject: Re: [PATCH] MIPS code cleanup: Use TARGET_NEWABI and TARGET_OLDABIconsistently
- References: <20040206015113.GE26968@rembrandt.csv.ica.uni-stuttgart.de>
Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> writes:
> * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
> TARGET_LODABI 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.
> * config/mips/mips.md (exception_receiver): Likewise.
> * config/mips/linux64.h: Likewise.
Applied to mainline, thanks.
Richard