bfd/
authorTristan Gingold <gingold@adacore.com>
Thu, 15 Dec 2011 10:56:48 +0000 (10:56 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 15 Dec 2011 10:56:48 +0000 (10:56 +0000)
commit0c9ef0f001e727226aae6a0dd3963dd81998e2e8
tree4a4b58070fbe66330f9a0aeecab7c1d9a5c6fda1
parent5011093dd0015bc0eaff522b4e0a18250725d4b4
bfd/
2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>

* mach-o-target.c (bfd_mach_o_bfd_set_private_flags): Use
bfd_mach_o_bfd_set_private_flags.
* mach-o.c (bfd_mach_o_bfd_set_private_flags): New.
* mach-o.h (bfd_mach_o_bfd_set_private_flags): Declare.

gas/
2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>

* config/obj-macho.c (obj_mach_o_subsections_by_symbols): New global.
(obj_mach_o_file_properties): New enum.
(obj_mach_o_subsections_via_symbols):  Generalize name to...
... (obj_mach_o_fileprop) and use to set subsections_via_symbols.

gas/testsuite/
2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>

* gas/mach-o/subsect-via-symbols-0.d: New.
* gas/mach-o/subsect-via-symbols-1.d: New.
* gas/mach-o/subsect-via-symbols.s: New.
bfd/ChangeLog
bfd/mach-o-target.c
bfd/mach-o.c
bfd/mach-o.h
gas/ChangeLog
gas/config/obj-macho.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mach-o/subsect-via-symbols-0.d [new file with mode: 0644]
gas/testsuite/gas/mach-o/subsect-via-symbols-1.d [new file with mode: 0644]
gas/testsuite/gas/mach-o/subsect-via-symbols.s [new file with mode: 0644]