From 8114a5c51e6d07e3dfd243eee1cfad6e63cc52aa Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 12 Apr 2019 18:39:01 +0200 Subject: [PATCH] GAS: S12Z: Remove definition of macro TC_M68K. gas/config: * tc-s12z.h: Remove inappropriate macro definition. --- gas/ChangeLog | 4 ++++ gas/config/tc-s12z.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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. */ -- 2.39.2