diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-12-15 10:56:48 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-12-15 10:56:48 +0000 |
commit | 0c9ef0f001e727226aae6a0dd3963dd81998e2e8 (patch) | |
tree | 4a4b58070fbe66330f9a0aeecab7c1d9a5c6fda1 /bfd/ChangeLog | |
parent | * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit (diff) | |
download | binutils-gdb-0c9ef0f001e727226aae6a0dd3963dd81998e2e8.tar.gz binutils-gdb-0c9ef0f001e727226aae6a0dd3963dd81998e2e8.tar.bz2 binutils-gdb-0c9ef0f001e727226aae6a0dd3963dd81998e2e8.zip |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9e995a1f72d..e1cd2baa3df 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +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. + 2011-12-14 Nick Clifton <nickc@redhat.com> PR ld/12451 |