Remove bfd stub function casts.
[deliverable/binutils-gdb.git] / bfd / aoutf1.h
index 88ecf1ee1b111458de1fee0dba3635a4be8c8c3f..b039d6aea8b0852b8662774188987c89cac47599 100644 (file)
@@ -779,9 +779,9 @@ static const struct aout_backend_data sunos4_aout_backend =
 #define        MY_core_file_failing_signal     sunos4_core_file_failing_signal
 #define        MY_core_file_matches_executable_p sunos4_core_file_matches_executable_p
 
-#define MY_bfd_debug_info_start                bfd_void
-#define MY_bfd_debug_info_end          bfd_void
-#define MY_bfd_debug_info_accumulate   (void (*) (bfd *, struct bfd_section *)) bfd_void
+#define MY_bfd_debug_info_start                _bfd_void_bfd
+#define MY_bfd_debug_info_end          _bfd_void_bfd
+#define MY_bfd_debug_info_accumulate   _bfd_void_bfd_asection
 #define MY_core_file_p                 sunos4_core_file_p
 #define MY_write_object_contents       NAME(aout, sunos4_write_object_contents)
 #define MY_backend_data                        & sunos4_aout_backend
This page took 0.023834 seconds and 4 git commands to generate.