diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-07-20 04:24:21 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-07-20 04:24:21 +0000 |
commit | 630dfe9a3683d0246d81261aa60c00c543c85610 (patch) | |
tree | ce9d784fa9ddd092ea9009b40adb8bb19968e9d5 /bfd/ChangeLog | |
parent | 864cce64b369375f2d3161313d81a82959df6777 (diff) | |
download | gdb-binutils-2_12-branch.zip gdb-binutils-2_12-branch.tar.gz gdb-binutils-2_12-branch.tar.bz2 |
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insertbinutils-2_12-branch
DT_PLTGOT into the dynamic section if there is a PLT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 987bd68..b0c0d9b 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. |