aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-09 12:45:57 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-09 12:45:57 -0700
commit9d45a7de8b80336b9965ee99353c34be85b1b98f (patch)
treea6d01c038ffbba8ea6d594a958cc53e680e176a5 /bfd/ChangeLog
parent777a42f1f86b60d11cfe0e5964036823e6920f79 (diff)
downloadgdb-9d45a7de8b80336b9965ee99353c34be85b1b98f.zip
gdb-9d45a7de8b80336b9965ee99353c34be85b1b98f.tar.gz
gdb-9d45a7de8b80336b9965ee99353c34be85b1b98f.tar.bz2
bfin: Don't create .interp section for info->nointerp
Don't create the .interp section with "ld --no-dynamic-linker". This fixed: FAIL: PR ld/20828 forcibly exported symbol version without section GC FAIL: PR ld/20828 forcibly exported symbol version with section GC FAIL: readelf version information * elf32-bfin.c (bfin_size_dynamic_sections): Don't create the .interp section with "ld --no-dynamic-linker".
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 c334e53..c14a3bc 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf32-bfin.c (bfin_size_dynamic_sections): Don't create the
+ .interp section with "ld --no-dynamic-linker".
+
2017-10-09 Alan Modra <amodra@gmail.com>
PR 22212