summaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-01 22:35:21 +0000
committerAlan Modra <amodra@gmail.com>2005-03-01 22:35:21 +0000
commit9d0e75cb1b32e4556b06f6be313e885fc5380564 (patch)
tree66aa0504c7e086bc58173f7ade4d1528b7a33677 /gas/config/tc-m68k.h
parent33a3fb7b23777eb4dc2b36349ad7f921c590ae8c (diff)
* expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
* config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
Diffstat (limited to 'gas/config/tc-m68k.h')
-rw-r--r--gas/config/tc-m68k.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h
index 559d5e311e..123b824759 100644
--- a/gas/config/tc-m68k.h
+++ b/gas/config/tc-m68k.h
@@ -1,6 +1,6 @@
/* This file is tc-m68k.h
Copyright 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
- 1998, 1999, 2000, 2001, 2002, 2003, 2004
+ 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -206,7 +206,6 @@ extern int m68k_parse_long_option PARAMS ((char *));
#define md_operand(x)
-#define TARGET_WORD_SIZE 32
#define TARGET_ARCH bfd_arch_m68k
extern struct relax_type md_relax_table[];