]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
(trad_unix_bfd_is_local_label): Fixed typo where
authorKen Raeburn <raeburn@cygnus>
Thu, 17 Mar 1994 23:38:36 +0000 (23:38 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 17 Mar 1994 23:38:36 +0000 (23:38 +0000)
this was also named trad_unix_bfd_copy_private_bfd_data.

bfd/ChangeLog
bfd/trad-core.c

index 3c6db576c8d5edd4d899c7c6993d6c432269a34f..861ca5085b654e110387ae0a18a597f9de984e3e 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar 17 18:26:46 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * trad-core.c (trad_unix_bfd_is_local_label): Fixed typo where
+       this was also named trad_unix_bfd_copy_private_bfd_data.
+
 Thu Mar 17 10:37:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,
index c6370a3b7f084d303ea442bfa8073d4b2feb85e3..bf7266b01fc2d1fd702087dbc674c5f4fd3de50b 100644 (file)
@@ -339,6 +339,12 @@ trad_unix_core_file_matches_executable_p  (core_bfd, exec_bfd)
   ((boolean (*) PARAMS ((bfd *, struct bfd_link_info *))) bfd_false)
 #define trad_unix_bfd_final_link \
   ((boolean (*) PARAMS ((bfd *, struct bfd_link_info *))) bfd_false)
+#define trad_unix_bfd_copy_private_section_data \
+  ((boolean (*) PARAMS ((bfd *, asection *, bfd *, asection *))) bfd_false)
+#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)
 
 /* If somebody calls any byte-swapping routines, shoot them.  */
 void