This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] GAS: S12Z: Remove definition of macro TC_M68K.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8114a5c51e6d07e3dfd243eee1cfad6e63cc52aa

commit 8114a5c51e6d07e3dfd243eee1cfad6e63cc52aa
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Fri Apr 12 18:39:01 2019 +0200

    GAS: S12Z: Remove definition of macro TC_M68K.
    
    gas/config:
    	* tc-s12z.h: Remove inappropriate macro definition.

Diff:
---
 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 54229d7..b45d136 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-12  John Darrington <john@darrington.wattle.id.au>
+	
+	config/tc-s12z.h: Remove definition of macro TC_M68K
+
 2019-04-01  John Darrington <john@darrington.wattle.id.au>
 	
 	config/tc-s12z.c: Use bfd_boolean where appropriate.
diff --git a/gas/config/tc-s12z.h b/gas/config/tc-s12z.h
index c95ab04..4c5bd22 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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]