2009-06-09 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / mach-o.h
index 756fda52c6cf817c63e7ea0140a3e66290c66754..5401587765dcfa4efba0afc8cb82ddbac484c1da 100644 (file)
@@ -310,8 +310,6 @@ typedef struct bfd_mach_o_symtab_command
   unsigned long strsize;
   asymbol *symbols;
   char *strtab;
-  asection *stabs_segment;
-  asection *stabstr_segment;
 }
 bfd_mach_o_symtab_command;
 
@@ -598,9 +596,8 @@ const bfd_target *bfd_mach_o_header_p (bfd *, bfd_mach_o_filetype,
 bfd_boolean bfd_mach_o_build_commands (bfd *abfd);
 bfd_boolean bfd_mach_o_set_section_contents (bfd *, asection *, const void *,
                                              file_ptr, bfd_size_type);
+unsigned int bfd_mach_o_version (bfd *);
 
-extern const bfd_target mach_o_be_vec;
-extern const bfd_target mach_o_le_vec;
 extern const bfd_target mach_o_fat_vec;
 
 #endif /* _BFD_MACH_O_H_ */
This page took 0.024996 seconds and 4 git commands to generate.