diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-10 16:43:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-10 16:43:00 +0000 |
commit | 336435bc4dc648b48da47e8660e11569619d56a2 (patch) | |
tree | 777d6f17020b413ac343d7baee0e8d9cc4bcf52e /gas/Makefile.in | |
parent | e14994d9805ce899cdaeb010be7a7bc5887dbdaf (diff) | |
download | gdb-336435bc4dc648b48da47e8660e11569619d56a2.zip gdb-336435bc4dc648b48da47e8660e11569619d56a2.tar.gz gdb-336435bc4dc648b48da47e8660e11569619d56a2.tar.bz2 |
* config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and
iword rather than expr8 and expr16. When recognizing 'M', use
issbyte rather than expr8. When recognizing 'Q' and 't', just
check for O_constant rather than using expr8.
* config/m68k-parse.h (expr8, expr16): Don't define.
* Makefile.in (m68k-parse.o): Depend upon m68k-parse.h, not
m68k-parse.y.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 1aaf8f2..dc1d112 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -354,7 +354,7 @@ e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c m68k-parse.c: $(srcdir)/config/m68k-parse.y $(BISON) $(BISONFLAGS) $(srcdir)/config/m68k-parse.y mv -f y.tab.c m68k-parse.c -m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.y +m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h # Remake the info files. |