diff options
Diffstat (limited to 'gas/config/tc-m68k.c')
-rw-r--r-- | gas/config/tc-m68k.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 947e0aa..cd70be1 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -1743,6 +1743,9 @@ m68k_ip (instring) && cpu_of_arch (current_architecture) >= m68020) || opP->disp.size == SIZE_LONG))) { + if (cpu_of_arch (current_architecture) < m68020) + opP->error = + "displacement too large for this architecture; needs 68020 or higher"; if (opP->reg == PC) tmpreg = 0x3B; /* 7.3 */ else |