summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-07-20 04:24:21 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-07-20 04:24:21 +0000
commit8ad6b2f4c52f5a002452ba4852199e59c6b7236c (patch)
treeddc75b4a9a1576e0e74d3d5541b489f302bbb28c /bfd/ChangeLog
parent1c065fb19ff47bcdd8d188c47473c7ceb2bbd70d (diff)
downloadgdb-8ad6b2f4c52f5a002452ba4852199e59c6b7236c.tar.gz
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insertcvs/binutils-2_12-branchbinutils-2_12-branch
DT_PLTGOT into the dynamic section if there is a PLT.
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 987bd681bc5..b0c0d9bd9d2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
+ DT_PLTGOT into the dynamic section if there is a PLT.
+
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Set is_release=y for 2.12.1 release.