aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-02-14 04:12:24 +0000
committerAlan Modra <amodra@gmail.com>2002-02-14 04:12:24 +0000
commitedd29cf912e93aa5cdea52c4c5e3a6e0da5b664c (patch)
treed74d34a734f00152bd12cd6ff9616ae51703a75a /bfd/ChangeLog
parent6dbdc4a3629d75a46908c071d8caba9e66da03ab (diff)
downloadgdb-edd29cf912e93aa5cdea52c4c5e3a6e0da5b664c.zip
gdb-edd29cf912e93aa5cdea52c4c5e3a6e0da5b664c.tar.gz
gdb-edd29cf912e93aa5cdea52c4c5e3a6e0da5b664c.tar.bz2
* elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7d55773..bbea17d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-14 Alan Modra <amodra@bigpond.net.au>
+
+ * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
+
2002-02-17 Matt Fredette <fredette@netbsd.org>
* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
@@ -6,8 +10,8 @@
2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
* elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
- non-zero physical addresses when adjusting the LMAs of new
- sections.
+ non-zero physical addresses when adjusting the LMAs of new
+ sections.
2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>