From: Ian Lance Taylor Date: Sun, 2 Jul 1995 21:49:21 +0000 (+0000) Subject: * bfdlink.h (struct bfd_link_info): Change type of base_file to X-Git-Tag: gdb-4_18~11560 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a55336153f2043e8a3aef64b1cf192e2bc45054;p=external%2Fbinutils.git * bfdlink.h (struct bfd_link_info): Change type of base_file to PTR. --- diff --git a/include/ChangeLog b/include/ChangeLog index d497f59..1c87240 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 2 17:48:40 1995 Ian Lance Taylor + + * bfdlink.h (struct bfd_link_info): Change type of base_file to + PTR. + Thu Jun 29 00:02:45 1995 Steve Chamberlain * bfdlink.h (struct bfd_link_info): Added base_file member. diff --git a/include/bfdlink.h b/include/bfdlink.h index dc29e43..193e828 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -206,7 +206,7 @@ struct bfd_link_info bfd_link_stack_heap stack_heap_parameters; /* If a base output file is wanted, then this points to it */ - FILE *base_file; + PTR base_file; }; /* This structures holds a set of callback functions. These are