From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24479 invoked by alias); 8 Feb 2004 22:24:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24468 invoked from network); 8 Feb 2004 22:24:02 -0000 Received: from unknown (HELO frothingslosh.sfbay.redhat.com) (66.187.237.200) by sources.redhat.com with SMTP; 8 Feb 2004 22:24:02 -0000 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i18MNnQA020724; Sun, 8 Feb 2004 14:23:49 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8/Submit) id i18MNmBN020722; Sun, 8 Feb 2004 14:23:48 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Sun, 08 Feb 2004 22:55:00 -0000 From: Richard Henderson To: Bernardo Innocenti Cc: GCC Patches , Andreas Schwab , Gunther Nikl Subject: Re: [PATCH] Message-ID: <20040208222348.GA20702@redhat.com> Mail-Followup-To: Richard Henderson , Bernardo Innocenti , GCC Patches , Andreas Schwab , Gunther Nikl References: <4026A785.6020008@develer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4026A785.6020008@develer.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-02.o/txt/msg00762.txt 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~ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24479 invoked by alias); 8 Feb 2004 22:24:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24468 invoked from network); 8 Feb 2004 22:24:02 -0000 Received: from unknown (HELO frothingslosh.sfbay.redhat.com) (66.187.237.200) by sources.redhat.com with SMTP; 8 Feb 2004 22:24:02 -0000 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i18MNnQA020724; Sun, 8 Feb 2004 14:23:49 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8/Submit) id i18MNmBN020722; Sun, 8 Feb 2004 14:23:48 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Sat, 21 Feb 2004 13:45:00 -0000 From: Richard Henderson To: Bernardo Innocenti Cc: GCC Patches , Andreas Schwab , Gunther Nikl Subject: Re: [PATCH] Message-ID: <20040208222348.GA20702@redhat.com> Mail-Followup-To: Richard Henderson , Bernardo Innocenti , GCC Patches , Andreas Schwab , Gunther Nikl References: <4026A785.6020008@develer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4026A785.6020008@develer.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00762.txt.bz2 Message-ID: <20040221134500.95Jk60I2xEcuafqk9lE0ME1P3kEh3RJHz4ZhEKQw9b8@z> 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~