handle absolute indirect syms in mach-o
authorIain Sandoe <iain@codesourcery.com>
Fri, 13 Jan 2012 12:59:30 +0000 (12:59 +0000)
committerIain Sandoe <iain@codesourcery.com>
Fri, 13 Jan 2012 12:59:30 +0000 (12:59 +0000)
commit687be931eb3d3064e1ae6026f0c415048d9914cf
tree19b174fba55baf271b2d3a25073b8a54bb0d47bd
parentbb76d9401ec780f95f7c13a93067ae030cb612e8
handle absolute indirect syms in mach-o

bfd:

* mach-o.c (bfd_mach_o_build_dysymtab_command): Handle absolute
indirect symbols.
gas:

* config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
absolute indirect symbols.

gas/testsuite:

* gas/mach-o/dysymtab-3.d: New.
* gas/mach-o/symbols-7.s: New.
bfd/ChangeLog
bfd/mach-o.c
gas/ChangeLog
gas/config/obj-macho.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mach-o/dysymtab-3.d [new file with mode: 0644]
gas/testsuite/gas/mach-o/symbols-7.s [new file with mode: 0644]