* config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
commit2c95b4d3755a5b90ee25954faa07f1a3005d4f26
authorAlan Modra <amodra@bigpond.net.au>
Sat, 10 Aug 2002 14:49:48 +0000 (10 14:49 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 10 Aug 2002 14:49:48 +0000 (10 14:49 +0000)
tree44a61e7ae60226aca1a27e27fc0d221acace86d3
parent5bca2076c162cca816fa7092f91aa91e1ab19a54
* config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
for ELF, and don't bother checking ELF relocs when non-ELF.
(i386_immediate): Allow absolute_section expressions for aout.
(i386_displacement): Likewise.  Also test bfd_is_com_section.
(md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
(md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
not when fx_addsy.  Remove dead code.
gas/ChangeLog
gas/config/tc-i386.c