diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-02-10 11:07:33 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2012-02-10 11:07:33 +0000 |
commit | 632039e0a80cb94726526c8bfac3bf0d2c863dbc (patch) | |
tree | c1626beac53206b1568ee8fea5fc76ece36a8c9e /bfd/ChangeLog | |
parent | 565a6476ffc155689d6ac16185a2208ca586078a (diff) | |
download | gdb-632039e0a80cb94726526c8bfac3bf0d2c863dbc.zip gdb-632039e0a80cb94726526c8bfac3bf0d2c863dbc.tar.gz gdb-632039e0a80cb94726526c8bfac3bf0d2c863dbc.tar.bz2 |
correct some mach-o section specification nits.
bfd:
* mach-o.c (mach_o_section_name_xlat): Correct eh-frame section
parameters.
* mach-o-x86-64.c (text_section_names_xlat): New.
(mach_o_x86_64_segsec_names_xlat): New.
(bfd_mach_o_tgt_seg_table): Define to mach_o_x86_64_segsec_names_xlat.
* mach-o-i386.c (text_section_names_xlat): Correct section parameters.
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 c6e3159..3fbda98 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2012-02-10 Iain Sandoe <idsandoe@googlemail.com> + + * mach-o.c (mach_o_section_name_xlat): Correct eh-frame section + parameters. + * mach-o-x86-64.c (text_section_names_xlat): New. + (mach_o_x86_64_segsec_names_xlat): New. + (bfd_mach_o_tgt_seg_table): Define to mach_o_x86_64_segsec_names_xlat. + * mach-o-i386.c (text_section_names_xlat): Correct section parameters. + 2012-02-10 Tristan Gingold <gingold@adacore.com> * elfnn-ia64.c (elfNN_vms_object_p): Change comparison operator |