aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-07-20 21:16:58 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-07-20 21:16:58 +0000
commitc25373b76aea96ee3be21f06938518f8faa7d5dc (patch)
treeb874c1b15547b15df24b364c8ad6183ecd163157 /bfd/ChangeLog
parent9adf30b218fdf913ebecc045e4edf698640506bc (diff)
downloadgdb-c25373b76aea96ee3be21f06938518f8faa7d5dc.zip
gdb-c25373b76aea96ee3be21f06938518f8faa7d5dc.tar.gz
gdb-c25373b76aea96ee3be21f06938518f8faa7d5dc.tar.bz2
2000-07-20 H.J. Lu <hjl@gnu.org>
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d9af253..b83198c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-20 H.J. Lu <hjl@gnu.org>
+
+ * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
+ DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
+
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
* Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
@@ -39,7 +44,7 @@
* elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
- * bfd/elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
+ * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
DT_RPATH is set.
Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.