diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-10-19 06:02:46 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-10-19 06:02:46 +0000 |
commit | 6df4d94c68f19ff89a25fdbc3d9df60cadf1876f (patch) | |
tree | cfdc1bfca0bff70a19fe4256ee8737ab4b5deaee /bfd/ChangeLog | |
parent | cad5e2c2ac6b2dc861b8ffaf3d4d3b755c5ab83d (diff) | |
download | gdb-6df4d94c68f19ff89a25fdbc3d9df60cadf1876f.zip gdb-6df4d94c68f19ff89a25fdbc3d9df60cadf1876f.tar.gz gdb-6df4d94c68f19ff89a25fdbc3d9df60cadf1876f.tar.bz2 |
* elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.
* elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT,
set SEC_ALLOC and SEC_LOAD.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de59638..6fb4b05 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-10-18 Mark Mitchell <mark@codesourcery.com> + + * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment. + * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT, + set SEC_ALLOC and SEC_LOAD. + 2004-10-18 Nick Clifton <nickc@redhat.com> * elf32-xstormy16.c (xstormy16_elf_relocate_section): Compute |