mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 13:23:29 +08:00
* config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
This commit is contained in:
parent
3b8d421e14
commit
d0e8669a8d
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user