* aix386-core.c (aix386_bfd_is_local_label): Correct cast from
[binutils-gdb.git] / bfd / trad-core.c
index 1dbd88112a32a551e71a5ce596a69a72bf822672..9e048633fe23877610efbe1a3c5a7e6f0638cbf1 100644 (file)
@@ -344,7 +344,7 @@ trad_unix_core_file_matches_executable_p  (core_bfd, exec_bfd)
 #define trad_unix_bfd_copy_private_bfd_data \
   ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_false)
 #define trad_unix_bfd_is_local_label \
-  ((boolean (*) PARAMS ((bfd *, asection *))) bfd_false)
+  ((boolean (*) PARAMS ((bfd *, asymbol *))) bfd_false)
 #define trad_unix_bfd_free_cached_info bfd_true
 
 /* If somebody calls any byte-swapping routines, shoot them.  */