diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2002-04-24 14:56:07 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2002-04-24 14:56:07 +0000 |
commit | 062cd5e7fc34f6b63e2672e21b9ee8c69ec358f0 (patch) | |
tree | 5757adabb4740349329011a252e116d6c54803ae /gas/ChangeLog | |
parent | 21d83aa55ad8543b4a732680302aba99cb89b8b7 (diff) | |
download | gdb-062cd5e7fc34f6b63e2672e21b9ee8c69ec358f0.zip gdb-062cd5e7fc34f6b63e2672e21b9ee8c69ec358f0.tar.gz gdb-062cd5e7fc34f6b63e2672e21b9ee8c69ec358f0.tar.bz2 |
* config/tc-i386.c (output_jump, output_disp)
(md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
more.
(md_apply_fix3): Remember addend value for rela relocations.
(tc_gen_reloc): Correctly compute pc-relative relocation addend.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 33daed1..0bc6cd2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2002-04-24 Andreas Schwab <schwab@suse.de> + + * config/tc-i386.c (output_jump, output_disp) + (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any + more. + (md_apply_fix3): Remember addend value for rela relocations. + (tc_gen_reloc): Correctly compute pc-relative relocation addend. + 2002-04-22 Chris Demetriou <cgd@broadcom.com> * config/tc-mips.c (macro_build): Add close-parenthesis missing |