summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-08-21 03:45:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-08-21 03:45:43 +0000
commit043453b76c2eed578baf6f2f19c20ec5a80881c8 (patch)
tree3ab1724143193b4714fbeb6e2acb5182eae14467 /bfd/ChangeLog
parent76cc1ee09a3725d2fc8d28924034d7c2bbae584a (diff)
downloadbinutils-redhat-043453b76c2eed578baf6f2f19c20ec5a80881c8.tar.gz
* elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNAL
symbols to STV_HIDDEN.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fb0582efd4..48782783e8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-21 Alan Modra <amodra@gmail.com>
+
+ * elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNAL
+ symbols to STV_HIDDEN.
+
2013-08-14 John Tytgat <john@bass-software.com>
PR ld/15787
@@ -120,9 +125,9 @@
2013-07-18 Terry Guo <terry.guo@arm.com>
- * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM for
+ * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM for
thumb only targets.
- (elf32_arm_final_link_relocate): Likewise.
+ (elf32_arm_final_link_relocate): Likewise.
2013-07-18 Bill Neubauer <wcn@google.com>