aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-05-03 15:55:38 +0000
committerNick Clifton <nickc@redhat.com>2007-05-03 15:55:38 +0000
commit22184a77bedbe9a50b48f0bc50ff1f8898699a39 (patch)
tree1a563035196ee0761363a56faf64d41131a243b5 /gas/ChangeLog
parentfe7929ce4ac0d763d5669ada789c0b93140ce922 (diff)
downloadgdb-22184a77bedbe9a50b48f0bc50ff1f8898699a39.zip
gdb-22184a77bedbe9a50b48f0bc50ff1f8898699a39.tar.gz
gdb-22184a77bedbe9a50b48f0bc50ff1f8898699a39.tar.bz2
PR gas/3041
* gas/config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols. (tc_gen_reloc): Adjust the addend of relocs against weak symbols. (md_apply_fix): Put zero values into the frags referencing weak symbols. * bfd/aoutx.h (swap_std_reloc_out): Treat relocs against weak symbols in the same way as relocs against external symbols.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f0a4faa..3a38e5e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
+ Nick Clifton <nickc@redhat.com>
+
+ PR gas/3041
+ * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
+ (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
+ (md_apply_fix): Put zero values into the frags referencing weak
+ symbols.
+
2007-05-02 Alan Modra <amodra@bigpond.net.au>
PR 4448