mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 00:54:36 +00:00
* bfdlink.h (struct bfd_link_info): Change type of base_file to
PTR.
This commit is contained in:
parent
4b18dd1ec2
commit
8a55336153
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jul 2 17:48:40 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_info): Change type of base_file to
|
||||||
|
PTR.
|
||||||
|
|
||||||
Thu Jun 29 00:02:45 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
Thu Jun 29 00:02:45 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* bfdlink.h (struct bfd_link_info): Added base_file member.
|
* bfdlink.h (struct bfd_link_info): Added base_file member.
|
||||||
|
@ -206,7 +206,7 @@ struct bfd_link_info
|
|||||||
bfd_link_stack_heap stack_heap_parameters;
|
bfd_link_stack_heap stack_heap_parameters;
|
||||||
|
|
||||||
/* If a base output file is wanted, then this points to it */
|
/* 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
|
/* This structures holds a set of callback functions. These are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user