aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-11 03:50:17 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-11 03:50:17 -0700
commit64140f86ab732f9ed87beccab07c32befaf9ca52 (patch)
tree5fb5d629fbdbb998a370fda6b64d2ee91d0babf4 /bfd/ChangeLog
parenteff0bc54a343fed1dd152f0a1b455b2438f76e6f (diff)
downloadgdb-64140f86ab732f9ed87beccab07c32befaf9ca52.zip
gdb-64140f86ab732f9ed87beccab07c32befaf9ca52.tar.gz
gdb-64140f86ab732f9ed87beccab07c32befaf9ca52.tar.bz2
Fix a typo in _bfd_elf_copy_private_bfd_data
* elf.c (_bfd_elf_copy_private_bfd_data): Fix a typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 97ed6ea..91d41d3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf.c (_bfd_elf_copy_private_bfd_data): Fix a typo.
+
2015-08-10 H.J. Lu <hongjiu.lu@intel.com>
* elf-bfd.h (elf_symbol_version): New enum.
@@ -19,7 +23,7 @@
PR binutils/18785
* elf.c (_bfd_elf_copy_private_bfd_data): When copying the
sh_link and sh_info fields in stripped section headers, we also
- check if the sh_type, sh_flags, /sh_addralign and sh_entsize
+ check if the sh_type, sh_flags, sh_addralign and sh_entsize
fields of the output section match the output. Since
--only-keep-debug turns all non-debug sections into SHT_NOBITS
sections, the output SHT_NOBITS type matches any input type.