This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]


On Sun, Feb 08, 2004 at 10:17:57PM +0100, Bernardo Innocenti wrote:
> 	* config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
> 	REGISTER_PREFIX.
> 	* (M68K_FP_REG_NAME): New macro to specify an alternate name for the
> 	frame pointer register, overridable by OS targets.
> 	* (M68K_REGNAME): Macro to obtain register name for asm output,
> 	eventually replacing %a6 with M68K_FP_REG_NAME.
> 	* config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
> 	* config/m68k/linux.h (REGISTER_NAMES): Likewise.
> 	* config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
> 	* config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
> 	* config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]