* aix386-core.c (aix386_bfd_is_local_label): Correct cast from
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 4 Apr 1994 17:59:36 +0000 (17:59 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 4 Apr 1994 17:59:36 +0000 (17:59 +0000)
asection to asymbol.
* ptrace-core.c (ptrace_unix_bfd_is_local_label):  Correct cast from
bfd to asymbol.
* trad-core.c (trad_unix_bfd_is_local_label):  Correct cast from
asection to asymbol.

bfd/ChangeLog
bfd/aix386-core.c
bfd/ptrace-core.c
bfd/trad-core.c

index 9eb9f463faef8e634335fe42f4d17bc2d7ad5db2..2ec125abe78e5eca0dd7b6977839c86a047c17fa 100644 (file)
@@ -1,3 +1,12 @@
+Mon Apr  4 10:56:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * aix386-core.c (aix386_bfd_is_local_label):  Correct cast from
+       asection to asymbol.
+       * ptrace-core.c (ptrace_unix_bfd_is_local_label):  Correct cast from
+       bfd to asymbol.
+       * trad-core.c (trad_unix_bfd_is_local_label):  Correct cast from
+       asection to asymbol.
+
 Sun Apr  3 18:27:29 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * som.c (som_slurp_string_table): Use malloc to allocate space
index d56654650e64e006e926685c12921285eefe5d16..99c015e5a8666561f0e89995164aa601b1dd2505 100644 (file)
@@ -308,7 +308,7 @@ aix386_core_file_matches_executable_p (core_bfd, exec_bfd)
 #define aix386_bfd_copy_private_bfd_data \
   ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_false)
 #define aix386_bfd_is_local_label \
-  ((boolean (*) PARAMS ((bfd *, asection *))) bfd_false)
+  ((boolean (*) PARAMS ((bfd *, asymbol *))) bfd_false)
 #define aix386_bfd_free_cached_info bfd_true
 
 /* If somebody calls any byte-swapping routines, shoot them.  */
index ba9a54ac5608edd48655105def4945e5f2afb2b3..a712032129b0862bb7a2fb67ca5bd5a90c2c9537 100644 (file)
@@ -254,7 +254,7 @@ ptrace_unix_core_file_matches_executable_p  (core_bfd, exec_bfd)
 #define ptrace_unix_bfd_copy_private_bfd_data \
   ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_false)
 #define ptrace_unix_bfd_is_local_label \
-  ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_false)
+  ((boolean (*) PARAMS ((bfd *, asymbol *))) bfd_false)
 #define ptrace_unix_bfd_free_cached_info bfd_true
 
 /* If somebody calls any byte-swapping routines, shoot them.  */
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.  */