diff options
author | Fred Fish <fnf@specifix.com> | 1993-07-22 00:43:13 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-07-22 00:43:13 +0000 |
commit | 86a6ada2fdabbac97f732a2512d791f1adbc3917 (patch) | |
tree | eddce80dcd5737103539910f2fa103dd417837cf /gas/ChangeLog | |
parent | 18d9a9c50224fae43da6fd3ab99d1ef869e9b150 (diff) | |
download | gdb-86a6ada2fdabbac97f732a2512d791f1adbc3917.zip gdb-86a6ada2fdabbac97f732a2512d791f1adbc3917.tar.gz gdb-86a6ada2fdabbac97f732a2512d791f1adbc3917.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e90abb1..af3d178 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Jul 21 17:32:02 1993 Fred Fish (fnf@deneb.cygnus.com) + + * 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. + Wed Jul 21 12:47:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/obj-aout.c: Include aout/aout64.h. |