* 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 7c1ab8ed761920468da5a028a8bd69c7b856dc01..19ccd46293b56cc0f3b0a63f4b6106589f6850ab 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 911f2a783a0b3179d3c4a8a3085c2b26a31ceeae..331b9111fe044b45277582d0c7ffe064f029c28d 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,
This page took 0.029821 seconds and 4 git commands to generate.