aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-09-08 11:03:31 +0000
committerAlan Modra <amodra@gmail.com>2007-09-08 11:03:31 +0000
commit98ece1b3139c38659c7016f41964663b3698b696 (patch)
treedfd46e2ccbd76d953b7f1b19a3878cc549e8ca35 /bfd/ChangeLog
parent3b98f92378e902fa528bc66fe6b66d8c0fb029d0 (diff)
downloadgdb-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/ChangeLog7
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?