* config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 27 Mar 2002 16:22:04 +0000 (16:22 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 27 Mar 2002 16:22:04 +0000 (16:22 +0000)
commit3458b54ce7e3ff3cd091ce85c4fd54349ac68f01
tree9715497b37db9b96a5d1477a0d6603236bf327e1
parent96f959e58790636a84b328b58e4df9d74b24b7a0
* config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
field for pc-relative fixups.
(output_disp): Likewise.
(md_estimate_size_before_relax): Likewise.
(tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
pc-relative fixups in 64bit mode.
gas/ChangeLog
gas/config/tc-i386.c