* config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
authorIan Lance Taylor <ian@airs.com>
Tue, 8 Jul 1997 02:57:50 +0000 (02:57 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 8 Jul 1997 02:57:50 +0000 (02:57 +0000)
commit76fb6d2f2ff4cbb926a29aec7f2f623ae5dcd0d8
tree030c099ed5ea2e1e711656f4c6b5aa7e6875738a
parent4049609622e9f1c52c6f1a95b32aff84aba29aec
* config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
OBJ_AOUT to ifdef OBJ_ELF.
(md_apply_fix3): When mangling 32 bit PC relative reloc for
BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
case.
* write.c (fixup_segment): Change special case for i386-coff to
  not apply for i386-pe.
* config/obj-coff.c (coff_adjust_section_syms): Only count fixups
which were not done.
(coff_frob_file_after_relocs): Rename from coff_frob_file.
(coff_format_ops): Initialize frob_file_after_relocs field rather
than frob_file field.
* config/obj-coff.h (coff_frob_file): Don't declare.
(coff_frob_file_after_relocs): Declare.
(obj_frob_file): Don't define.
(obj_frob_file_after_relocs): Define.
* configure.in: Set bfd_gas to yes for i386-*-cygwin32.
* configure: Rebuild.
gas/ChangeLog
gas/config/tc-i386.c
gas/configure
gas/configure.in