aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-08-08 14:53:30 +0000
committerTristan Gingold <gingold@adacore.com>2011-08-08 14:53:30 +0000
commit5a5cbf7230bb75d9ed5c7badb2a7fc69162b98ec (patch)
treef0b45305e929528aab45168a4b419edf5410e83a /bfd/ChangeLog
parent74a6005feadb4594bfa27978ced89ad61220fb6a (diff)
downloadgdb-5a5cbf7230bb75d9ed5c7badb2a7fc69162b98ec.zip
gdb-5a5cbf7230bb75d9ed5c7badb2a7fc69162b98ec.tar.gz
gdb-5a5cbf7230bb75d9ed5c7badb2a7fc69162b98ec.tar.bz2
2011-08-08 Tristan Gingold <gingold@adacore.com>
* mach-o.c (struct mach_o_segment_name_xlat): Add comments. (segsec_names_xlat): Reorder elements. (bfd_mach_o_read_section_32): Fix typo. (bfd_mach_o_read_section_64): Fix typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 03b15e3..aaba0ed 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2011-08-08 Tristan Gingold <gingold@adacore.com>
+ * mach-o.c (struct mach_o_segment_name_xlat): Add comments.
+ (segsec_names_xlat): Reorder elements.
+ (bfd_mach_o_read_section_32): Fix typo.
+ (bfd_mach_o_read_section_64): Fix typo.
+
+2011-08-08 Tristan Gingold <gingold@adacore.com>
+
* mach-o.h (BFD_MACH_O_SEGNAME_SIZE): New macro.
(BFD_MACH_O_SECTNAME_SIZE): Ditto.
(bfd_mach_o_section): Use them. Add next field.