diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-02 21:49:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-02 21:49:21 +0000 |
commit | 8a55336153f2043e8a3aef64b1cf192e2bc45054 (patch) | |
tree | 2c6cc1265267d43e0de6c060be53f6b9998226c6 /include/bfdlink.h | |
parent | 4b18dd1ec2fadaf46dc6d890d370955065452e81 (diff) | |
download | gdb-8a55336153f2043e8a3aef64b1cf192e2bc45054.zip gdb-8a55336153f2043e8a3aef64b1cf192e2bc45054.tar.gz gdb-8a55336153f2043e8a3aef64b1cf192e2bc45054.tar.bz2 |
* bfdlink.h (struct bfd_link_info): Change type of base_file to
PTR.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |