aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-07 00:33:13 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-07 00:33:13 +0000
commit8dabc9851df691fe77fa066234201088d06e5bcb (patch)
tree114019e1c59494439f2ae4dce65ea1a04b11c65b
parent79d8b733a3b5e443c3ad2f24002edfedd41c3dbf (diff)
downloadfsf-binutils-gdb-8dabc9851df691fe77fa066234201088d06e5bcb.zip
fsf-binutils-gdb-8dabc9851df691fe77fa066234201088d06e5bcb.tar.gz
fsf-binutils-gdb-8dabc9851df691fe77fa066234201088d06e5bcb.tar.bz2
* elf.c (copy_private_bfd_data): Always initialize the
includes_phdrs field.
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0c162ff..300e26d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
+ * elf.c (copy_private_bfd_data): Always initialize the
+ includes_phdrs field.
+
* elflink.h (elf_fix_symbol_flags): Check for case where a non-ELF
file defines a symbol first mentioned in an ELF file.