From: Michael Tiemann Date: Fri, 25 Nov 1994 16:05:31 +0000 (+0000) Subject: Change R16 -> RCE. X-Git-Tag: gdb-4_18~13003 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfe0b738574f7fa08318fa90e634812d12e79888;p=external%2Fbinutils.git Change R16 -> RCE. --- diff --git a/gas/config/tc-rce.h b/gas/config/tc-rce.h index 98f779d..b91ff1f 100644 --- a/gas/config/tc-rce.h +++ b/gas/config/tc-rce.h @@ -18,8 +18,8 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef TC_R16 -#define TC_R16 1 +#ifndef TC_RCE +#define TC_RCE 1 #ifdef BFD_ASSEMBLER @@ -47,7 +47,7 @@ #define DO_NOT_STRIP 0 #define DO_STRIP 0 -#define LISTING_HEADER "R16 Experimental GAS " +#define LISTING_HEADER "RCE Experimental GAS " #define NEED_FX_R_TYPE 1 #define COFF_FLAGS 1 #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)