aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-02-22 16:30:30 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-02-22 16:30:30 -0800
commit1a6e6083b69dcb695e175b5dc02342391da6ba22 (patch)
tree82f8ce09deeea4934beb9f1605235bb0fc6c27e9 /bfd/ChangeLog
parent13cfdc88044a1fd0934e9cc7d1b0cd04d7a8fd62 (diff)
downloadgdb-1a6e6083b69dcb695e175b5dc02342391da6ba22.zip
gdb-1a6e6083b69dcb695e175b5dc02342391da6ba22.tar.gz
gdb-1a6e6083b69dcb695e175b5dc02342391da6ba22.tar.bz2
Always create dynsym section with dynamic sections
We should always create the dynsym section, even if it is empty, with dynamic sections. * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the dynsym section, even if it is empty, with dynamic sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dd1a308..1e0f6a1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2016-02-22 H.J. Lu <hongjiu.lu@intel.com>
+ * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
+ dynsym section, even if it is empty, with dynamic sections.
+
+2016-02-22 H.J. Lu <hongjiu.lu@intel.com>
+
* syms.c: Remove BSF_COMMON from comments.
* bfd-in2.h: Regenerated.