diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-08 11:03:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-08 11:03:31 +0000 |
commit | 98ece1b3139c38659c7016f41964663b3698b696 (patch) | |
tree | dfd46e2ccbd76d953b7f1b19a3878cc549e8ca35 /bfd/ChangeLog | |
parent | 3b98f92378e902fa528bc66fe6b66d8c0fb029d0 (diff) | |
download | gdb-98ece1b3139c38659c7016f41964663b3698b696.zip gdb-98ece1b3139c38659c7016f41964663b3698b696.tar.gz gdb-98ece1b3139c38659c7016f41964663b3698b696.tar.bz2 |
PR ld/2864, ld/5006
* elf.c (special_sections): Comment typo.
(elf_fake_sections): Force SHT_PROGBITS for sections that are
SHT_NOBITS if BFD section flags say they have contents.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9366ed5..83c7a0c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-09-08 Alan Modra <amodra@bigpond.net.au> + + PR ld/2864, ld/5006 + * elf.c (special_sections): Comment typo. + (elf_fake_sections): Force SHT_PROGBITS for sections that are + SHT_NOBITS if BFD section flags say they have contents. + 2007-09-04 Michael Snyder <msnyder@access-company.com> * elf32-bfin.c (howto_table): Cut and paste error? |