summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/tc-m88k.c
AgeCommit message (Collapse)Author
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod Vallat
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error".
2001-12-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h).
1998-02-28A merge of the late resolution of symbols code Ian Lance Taylor added toNiklas Hallqvist
gas2 back in 1993. gcc2.8 generates code which relies on this.
1998-02-15Merge of NetBSD changes + $OpenBSD$ tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt