diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-08-08 07:39:44 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-08-08 07:39:44 +0000 |
commit | 53d58d96a751e0ff3c3bc4323f676bed1d521e0f (patch) | |
tree | fce549d8f49a9fd17422a439b41c98111dc302c1 /bfd/ChangeLog | |
parent | 066a66625f57511b9240cf37f8ab61e26d9f394c (diff) | |
download | gdb-53d58d96a751e0ff3c3bc4323f676bed1d521e0f.zip gdb-53d58d96a751e0ff3c3bc4323f676bed1d521e0f.tar.gz gdb-53d58d96a751e0ff3c3bc4323f676bed1d521e0f.tar.bz2 |
2011-08-08 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_normalize_section_name): New function.
(bfd_mach_o_convert_section_name_to_bfd): Use it.
(bfd_mach_o_get_section_type_from_name): New function.
(bfd_mach_o_get_section_attribute_from_name): Ditto.
* mach-o.h (bfd_mach_o_section): Move bfdsection field at the end.
Add comments. Add prototypes for the above new functions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 673f96a..db8e293 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2011-08-08 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_normalize_section_name): New function. + (bfd_mach_o_convert_section_name_to_bfd): Use it. + (bfd_mach_o_get_section_type_from_name): New function. + (bfd_mach_o_get_section_attribute_from_name): Ditto. + * mach-o.h (bfd_mach_o_section): Move bfdsection field at the end. + Add comments. Add prototypes for the above new functions. + 2011-08-05 Mark Kettenis <kettenis@gnu.org> * netbsd-core.c (netbsd_core_vec): Init match_priority field. |