]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 4 Apr 2007 22:10:34 +0000 (22:10 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 4 Apr 2007 22:10:34 +0000 (22:10 +0000)
gas/ChangeLog
gas/config/tc-m68k.c

index 9844026521990e9b90c390c51df31234b0a3e81d..96abc6fadca9079759677179611b4e31b647e8d7 100644 (file)
@@ -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.
index c8ece140c55525635ad9c37ef13aabb2b15a5e30..bc35fda07422cdf54f46f128e1c8d323bed8d7f9 100644 (file)
@@ -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.  */