Re: Support .gnu.lto_.lto section in ELF files
PR 24768 * bfd.c (struct bfd): Add lto_slim_object flag. * bfd-in2.h: Regenerate.
This commit is contained in:
parent
25ec892484
commit
34d5c40a07
@ -1,3 +1,9 @@
|
||||
2019-07-30 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 24768
|
||||
* bfd.c (struct bfd): Add lto_slim_object flag.
|
||||
* bfd-in2.h: Regenerate.
|
||||
|
||||
2019-07-29 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR 24768
|
||||
|
@ -7197,7 +7197,7 @@ struct bfd
|
||||
unsigned int lto_output : 1;
|
||||
|
||||
/* Set if this is a slim LTO object not loaded with a compiler plugin. */
|
||||
unsigned int lto_slim_object: 1;
|
||||
unsigned int lto_slim_object : 1;
|
||||
|
||||
/* Set to dummy BFD created when claimed by a compiler plug-in
|
||||
library. */
|
||||
|
@ -236,6 +236,9 @@ CODE_FRAGMENT
|
||||
. {* Set if this is a plugin output file. *}
|
||||
. unsigned int lto_output : 1;
|
||||
.
|
||||
. {* Set if this is a slim LTO object not loaded with a compiler plugin. *}
|
||||
. unsigned int lto_slim_object : 1;
|
||||
.
|
||||
. {* Set to dummy BFD created when claimed by a compiler plug-in
|
||||
. library. *}
|
||||
. bfd *plugin_dummy_bfd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user