diff options
author | Michael Tiemann <tiemann@cygnus> | 1994-11-25 16:05:31 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1994-11-25 16:05:31 +0000 |
commit | cfe0b738574f7fa08318fa90e634812d12e79888 (patch) | |
tree | bd135d7772059e7fafbab7a8e64c066c8f2b5e75 | |
parent | a76c22401c8af10be7674e7df687dd1f2eb26c3b (diff) | |
download | gdb-cfe0b738574f7fa08318fa90e634812d12e79888.zip gdb-cfe0b738574f7fa08318fa90e634812d12e79888.tar.gz gdb-cfe0b738574f7fa08318fa90e634812d12e79888.tar.bz2 |
Change R16 -> RCE.
-rw-r--r-- | gas/config/tc-rce.h | 6 |
1 files changed, 3 insertions, 3 deletions
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) |