* configure.in (case ${host}): Map *-*-sysv4* to gas_host=sysv.
authorFred Fish <fnf@specifix.com>
Thu, 22 Jul 1993 00:43:13 +0000 (00:43 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 22 Jul 1993 00:43:13 +0000 (00:43 +0000)
commit86a6ada2fdabbac97f732a2512d791f1adbc3917
treeeddce80dcd5737103539910f2fa103dd417837cf
parent18d9a9c50224fae43da6fd3ab99d1ef869e9b150
* configure.in (case ${host}):  Map *-*-sysv4* to gas_host=sysv.
* configure.in (case ${generic_target}):  Add i[34]86-*-sysv4*
case to set obj_format=elf.  Must go before i386-*-sysv* case that
sets obj_format=coffbsd.  Add *-*-sysv4* to *-*-elf and
*-*-solaris case, and move to before *-sysv* case that wants to
set obj_format to coff.
* config/tc-i386.c (i386_operand): Change all 'exp.X_op' to
'exp->X_op'.
* config/tc-i386.c (md_apply_fix):  Fix valp to be 'valueT *' for
BFD_ASSEMBLER case.
gas/ChangeLog
This page took 0.027466 seconds and 4 git commands to generate.