aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-04-26 13:32:26 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-04-26 13:32:26 +0000
commite843e0f8801fd13962c7cff7317b9a89292544e3 (patch)
tree07302030c07332bb1f68eed5be975f6b92b9d27f /bfd/ChangeLog
parent9ca26584e995caf4b1895f6d0d863a32382672f4 (diff)
downloadgdb-e843e0f8801fd13962c7cff7317b9a89292544e3.zip
gdb-e843e0f8801fd13962c7cff7317b9a89292544e3.tar.gz
gdb-e843e0f8801fd13962c7cff7317b9a89292544e3.tar.bz2
2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2593 * elf.c (_bfd_elf_new_section_hook): Don't set section ELF type and flags if its BFD flags have been set. (_bfd_elf_init_private_section_data): Don't copy the output ELF section type from input if it has been set to something different.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4c82cc1..1f1fafa 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/2593
+ * elf.c (_bfd_elf_new_section_hook): Don't set section ELF type
+ and flags if its BFD flags have been set.
+ (_bfd_elf_init_private_section_data): Don't copy the output ELF
+ section type from input if it has been set to something
+ different.
+
2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2467