aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2012-01-13 12:59:30 +0000
committerIain Sandoe <iain@codesourcery.com>2012-01-13 12:59:30 +0000
commit687be931eb3d3064e1ae6026f0c415048d9914cf (patch)
tree19b174fba55baf271b2d3a25073b8a54bb0d47bd /gas/ChangeLog
parentbb76d9401ec780f95f7c13a93067ae030cb612e8 (diff)
downloadgdb-687be931eb3d3064e1ae6026f0c415048d9914cf.zip
gdb-687be931eb3d3064e1ae6026f0c415048d9914cf.tar.gz
gdb-687be931eb3d3064e1ae6026f0c415048d9914cf.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index befc7bf..9d40556 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
+ * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
+ absolute indirect symbols.
+
+2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
+
* config/obj-macho.c (obj_mach_o_set_vma_data): New type.
(obj_mach_o_set_section_vma): New.
(obj_mach_o_post_relax_hook): New.