From: John Darrington Date: Fri, 12 Apr 2019 16:39:01 +0000 (+0200) Subject: GAS: S12Z: Remove definition of macro TC_M68K. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8114a5c51e6d07e3dfd243eee1cfad6e63cc52aa;p=binutils-gdb.git GAS: S12Z: Remove definition of macro TC_M68K. gas/config: * tc-s12z.h: Remove inappropriate macro definition. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 54229d78abc..b45d136ea09 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2019-04-12 John Darrington + + config/tc-s12z.h: Remove definition of macro TC_M68K + 2019-04-01 John Darrington config/tc-s12z.c: Use bfd_boolean where appropriate. diff --git a/gas/config/tc-s12z.h b/gas/config/tc-s12z.h index c95ab04d01e..4c5bd22b217 100644 --- a/gas/config/tc-s12z.h +++ b/gas/config/tc-s12z.h @@ -20,9 +20,6 @@ struct fix; -/* Define TC_M68K so that we can use the MRI mode. */ -#define TC_M68K - #define TARGET_BYTES_BIG_ENDIAN 1 /* Motorola assembler specs does not require '.' before pseudo-ops. */