mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
* bfdlink.h (struct bfd_link_info): Add "strip_discarded".
This commit is contained in:
parent
eb9d294f95
commit
e2ddab05fc
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_info): Add "strip_discarded".
|
||||||
|
|
||||||
2002-12-20 Alan Modra <amodra@bigpond.net.au>
|
2002-12-20 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
|
* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
|
||||||
|
@ -285,6 +285,9 @@ struct bfd_link_info
|
|||||||
should be created. */
|
should be created. */
|
||||||
unsigned int eh_frame_hdr: 1;
|
unsigned int eh_frame_hdr: 1;
|
||||||
|
|
||||||
|
/* TRUE if global symbols in discarded sections should be stripped. */
|
||||||
|
unsigned int strip_discarded: 1;
|
||||||
|
|
||||||
/* Which symbols to strip. */
|
/* Which symbols to strip. */
|
||||||
enum bfd_link_strip strip;
|
enum bfd_link_strip strip;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user