diff options
author | Chris Demetriou <cgd@google.com> | 2002-02-26 22:18:51 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-02-26 22:18:51 +0000 |
commit | b25a253ca8d997616d22ad33c212ed478a8c7dc7 (patch) | |
tree | 3d6b6b84874ebed01f0c76acb733767c8355e542 /gas/ChangeLog | |
parent | d65d31a6a1316ee5a75741fdd3d0f337db926578 (diff) | |
download | gdb-b25a253ca8d997616d22ad33c212ed478a8c7dc7.zip gdb-b25a253ca8d997616d22ad33c212ed478a8c7dc7.tar.gz gdb-b25a253ca8d997616d22ad33c212ed478a8c7dc7.tar.bz2 |
2002-02-26 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
only, undo the changes made on 2001-06-08, with the
effect being that common or extern symbols are
adjusted for embedded-PIC, but weak symbols are not.
(md_estimate_size_before_relax: Likewise, with the effect
that extern symbols are treated the same as weak symbols
only if not embedded-PIC.
(mips_fix_adjustable) Likewise, with the effect that
weak or extern symbols are not adjusted for embedded-PIC.
(md_apply_fix3): Tweak so that the case where value is zero
is handled more correctly for embedded-PIC code.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1f5abf7..19b5dee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2002-02-26 Chris Demetriou <cgd@broadcom.com> + + * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC + only, undo the changes made on 2001-06-08, with the + effect being that common or extern symbols are + adjusted for embedded-PIC, but weak symbols are not. + (md_estimate_size_before_relax: Likewise, with the effect + that extern symbols are treated the same as weak symbols + only if not embedded-PIC. + (mips_fix_adjustable) Likewise, with the effect that + weak or extern symbols are not adjusted for embedded-PIC. + (md_apply_fix3): Tweak so that the case where value is zero + is handled more correctly for embedded-PIC code. + 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com> * doc/as.texinfo (Overview): Add missing @ifset IA64 |