* targets.c (bfd_target): Change type of second argument to
authorIan Lance Taylor <ian@airs.com>
Wed, 15 Nov 1995 23:17:21 +0000 (23:17 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 15 Nov 1995 23:17:21 +0000 (23:17 +0000)
_bfd_print_private_bfd_data from void * to PTR.
* libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
using PTR rather than void *.
* bfd-in2, libbfd.h: Rebuild.
* peicode.h (pe_print_private_bfd_data): Change vfile from void *
to PTR.
* elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
_bfd_generic_bfd_print_private_bfd_data rather than casting
bfd_true.

bfd/ChangeLog
bfd/targets.c

index 7c1ab8e..19ccd46 100644 (file)
@@ -1,3 +1,16 @@
+Wed Nov 15 18:05:52 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * targets.c (bfd_target): Change type of second argument to
+       _bfd_print_private_bfd_data from void * to PTR.
+       * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
+       using PTR rather than void *.
+       * bfd-in2, libbfd.h: Rebuild.
+       * peicode.h (pe_print_private_bfd_data): Change vfile from void *
+       to PTR.
+       * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
+       _bfd_generic_bfd_print_private_bfd_data rather than casting
+       bfd_true.
+
 Tue Nov 14 11:52:23 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
index 911f2a7..331b911 100644 (file)
@@ -288,7 +288,7 @@ The general target vector.
 .  boolean      (*_bfd_set_private_flags) PARAMS ((bfd *, flagword));
 .
 .  {* Called to print private BFD data *}
-.  boolean       (*_bfd_print_private_bfd_data) PARAMS ((bfd *, void  *));
+.  boolean       (*_bfd_print_private_bfd_data) PARAMS ((bfd *, PTR));
 .
 .  {* Core file entry points.  *}
 .#define BFD_JUMP_TABLE_CORE(NAME)\
@@ -521,6 +521,7 @@ extern const bfd_target i386lynx_coff_vec;
 extern const bfd_target i386mach3_vec;
 extern const bfd_target i386msdos_vec;
 extern const bfd_target i386netbsd_vec;
+extern const bfd_target i860coff_vec;
 extern const bfd_target icoff_big_vec;
 extern const bfd_target icoff_little_vec;
 extern const bfd_target ieee_vec;
@@ -658,6 +659,7 @@ const bfd_target * const bfd_target_vector[] = {
        &i386aout_vec,
        &i386bsd_vec,
        &i386coff_vec,
+       &i860coff_vec,
        &bfd_powerpc_pe_vec,
        &bfd_powerpcle_pe_vec,
        &bfd_powerpc_pei_vec,