aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-15 09:28:28 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-15 09:28:28 +0000
commit8462aec76da6a09f61f79050cd68c07d9dbc236b (patch)
treecd0bee1b8c529cd3ae99b24f7d970abd60d7da4b /bfd/ChangeLog
parente7f8eadb7897a84b7e76370aee406ea53a88cec6 (diff)
downloadgdb-8462aec76da6a09f61f79050cd68c07d9dbc236b.zip
gdb-8462aec76da6a09f61f79050cd68c07d9dbc236b.tar.gz
gdb-8462aec76da6a09f61f79050cd68c07d9dbc236b.tar.bz2
2009-12-15 Tristan Gingold <gingold@adacore.com>
* mach-o.c (struct mach_o_section_name_xlat): Add flags field. (dwarf_section_names_xlat): Add section flags. (text_section_names_xlat): Ditto. (data_section_names_xlat): Ditto. (bfd_mach_o_convert_section_name_to_bfd): Now return name and section flags by reference. (bfd_mach_o_make_bfd_section): Use section flags when know, otherwise try to guess.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 443844d..fdaf57e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-15 Tristan Gingold <gingold@adacore.com>
+
+ * mach-o.c (struct mach_o_section_name_xlat): Add flags field.
+ (dwarf_section_names_xlat): Add section flags.
+ (text_section_names_xlat): Ditto.
+ (data_section_names_xlat): Ditto.
+ (bfd_mach_o_convert_section_name_to_bfd): Now return name and section
+ flags by reference.
+ (bfd_mach_o_make_bfd_section): Use section flags when know, otherwise
+ try to guess.
+
2009-12-14 Doug Kwan <dougkwan@google.com>
* opncls.c (bfd_opnr_iovec): Rename parameters to avoid shawdowed