* tc-m68k.c (try_index): Error if index scaling specified and
authorJohn Gilmore <gnu@cygnus>
Wed, 5 Aug 1992 08:59:10 +0000 (08:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 5 Aug 1992 08:59:10 +0000 (08:59 +0000)
commit934afcd4342d23d936f4f74c26cfa9aef55df619
tree31a737fb88e81af86ba6db90cf56e7331a1a54dc
parent38094c60330686e8f69dfcc8c2c5d2316f622cd1
* tc-m68k.c (try_index):  Error if index scaling specified and
assembling for an older CPU than a 68020.

This bug was found at Adobe because GAS did not diagnose incorrect
68020 code generated by GCC when compiling for 68010.  We had to debug it
in the target system as failing instructions.
gas/config/ChangeLog
gas/config/tc-m68k.c