mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* bfdlink.h (struct bfd_link_info): Change type of base_file to
PTR.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user