* Preliminary support for m88k-coff.
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1993 16:02:21 +0000 (16:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1993 16:02:21 +0000 (16:02 +0000)
commitc978e704a9a21709c255feb5aa49ead641ee158e
treea6d3b8fb3970b2e99ac2c35a5a9dcdf782b95aef
parentf09aae8404ef1d9ed3a677c59c418162060c35a9
* Preliminary support for m88k-coff.
* configure.in (m88k-*-coff*): New target.  Use coffbfd and
m88kcoff.
* config/m88kcoff.mt: New file.
* read.c (lex_type): New macro LEX_AT to set lex type of '@'.
(pseudo_set): Handle difference of symbols in different fragments
by saving the entire expression as the value of the symbol.
* symbols.c (resolve_symbol_value): Resolve difference
expressions.
* config/obj-coffbfd.c (obj_pseudo_table): If TC_M88K, accept
"sdef" as a synonym for "def".
* config/obj-coffbfd.h: If TC_M88K, include coff/m88k.h and set
TARGET_FORMAT.
(S_IS_LOCAL): Any symbol which includes \001 in the name is local.
* config/tc-m88k.c, config/tc-m88k.h: Numerous changes to bring
m88k port up to date, and to add COFF support.
gas/ChangeLog
gas/config/obj-coffbfd.c
gas/config/obj-coffbfd.h
gas/config/tc-m88k.c
gas/config/tc-m88k.h
gas/configure.in
gas/read.c
gas/symbols.c
This page took 0.025819 seconds and 4 git commands to generate.