diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2002-03-27 16:22:04 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2002-03-27 16:22:04 +0000 |
commit | 3458b54ce7e3ff3cd091ce85c4fd54349ac68f01 (patch) | |
tree | 9715497b37db9b96a5d1477a0d6603236bf327e1 /gas/ChangeLog | |
parent | 96f959e58790636a84b328b58e4df9d74b24b7a0 (diff) | |
download | fsf-binutils-gdb-3458b54ce7e3ff3cd091ce85c4fd54349ac68f01.zip fsf-binutils-gdb-3458b54ce7e3ff3cd091ce85c4fd54349ac68f01.tar.gz fsf-binutils-gdb-3458b54ce7e3ff3cd091ce85c4fd54349ac68f01.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4d49697..190d0ac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2002-03-27 Andreas Schwab <schwab@suse.de> + + * 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. + 2002-03-22 Alan Modra <amodra@bigpond.net.au> * config/te-aix5.h: Typo fix. |