aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-09-29 07:01:18 +0000
committerAlan Modra <amodra@gmail.com>2000-09-29 07:01:18 +0000
commit6c99a5c30b701c9eacaa5c33e60a4cc8e977746e (patch)
treeae32cd6b75a4a256ef33c7b712af5c5fd61848b2 /bfd/ChangeLog
parentbd0110a3cbbe0568c43f714b928e0601864ddc08 (diff)
downloadgdb-6c99a5c30b701c9eacaa5c33e60a4cc8e977746e.zip
gdb-6c99a5c30b701c9eacaa5c33e60a4cc8e977746e.tar.gz
gdb-6c99a5c30b701c9eacaa5c33e60a4cc8e977746e.tar.bz2
(elf_fake_sections): Do not mark the section SHT_NOBITS if
is has the SEC_HAS_CONTENTS flag set.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bc4f246..1f81b53 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-29 Momchil Velikov <velco@fadata.bg>
+
+ * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
+ is has the SEC_HAS_CONTENTS flag set.
+
2000-09-28 Örjan Friberg <orjanf@axis.com>
Hans-Peter Nilsson <hp@axis.com>