summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-04-04 22:10:34 +0000
committerKazu Hirata <kazu@codesourcery.com>2007-04-04 22:10:34 +0000
commitd0e8669a8d8b91cb8b2cc2b3bb919b6d397acfb0 (patch)
tree448772782064ca4e50dc8e66da221373ed9641d1 /gas
parent3b8d421e14a00af07a4e21d3f021fd02cd609670 (diff)
downloadbinutils-gdb-d0e8669a8d8b91cb8b2cc2b3bb919b6d397acfb0.tar.gz
* config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-m68k.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 98440265219..96abc6fadca 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-04 Kazu Hirata <kazu@codesourcery.com>
+
+ * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
+
2007-04-04 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (do_neon_ext): Enforce immediate range.
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c
index c8ece140c55..bc35fda0742 100644
--- a/gas/config/tc-m68k.c
+++ b/gas/config/tc-m68k.c
@@ -334,7 +334,7 @@ struct m68k_it
#define arch_coldfire_fpu(x) ((x) & cfloat)
/* Macros for determining if cpu supports a specific addressing mode. */
-#define HAVE_LONG_BRANCH(x) ((x) & (m68020|m68030|m68040|m68060|cpu32|mcfisa_b))
+#define HAVE_LONG_BRANCH(x) ((x) & (m68020|m68030|m68040|m68060|cpu32|fido_a|mcfisa_b))
static struct m68k_it the_ins; /* The instruction being assembled. */