summaryrefslogtreecommitdiff
path: root/bfd/mach-o-target.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-10-09 08:18:16 +0000
committerTristan Gingold <gingold@adacore.com>2009-10-09 08:18:16 +0000
commitf85705701e9f92ace0a934a98d97bae705dcc32d (patch)
treec7f3fa12b91ea4561add85317d37c0ef033d05e3 /bfd/mach-o-target.c
parente52c15560cfaf0a72029896de0584aad7a1c62db (diff)
downloadbinutils-redhat-f85705701e9f92ace0a934a98d97bae705dcc32d.tar.gz
2009-10-09 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_section_get_entry_size): Moved. (bfd_mach_o_section_get_nbr_indirect): Ditto. (bfd_mach_o_get_synthetic_symtab): New function. (bfd_mach_o_print_private_header): Print the number of commands in decimal. * mach-o.h (bfd_mach_o_get_synthetic_symtab): Add prototype. * mach-o-target.c: Do not defined bfd_mach_o_get_synthetic_symtab.
Diffstat (limited to 'bfd/mach-o-target.c')
-rw-r--r--bfd/mach-o-target.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/mach-o-target.c b/bfd/mach-o-target.c
index 5ea9412572..c3084673e9 100644
--- a/bfd/mach-o-target.c
+++ b/bfd/mach-o-target.c
@@ -70,7 +70,6 @@
#define bfd_mach_o_get_dynamic_symtab_upper_bound bfd_mach_o_get_symtab_upper_bound
#define bfd_mach_o_canonicalize_dynamic_symtab bfd_mach_o_canonicalize_symtab
-#define bfd_mach_o_get_synthetic_symtab _bfd_nodynamic_get_synthetic_symtab
#define TARGET_NAME_BACKEND XCONCAT2(TARGET_NAME,_backend)