diff options
author | Alan Modra <amodra@gmail.com> | 2019-07-30 13:14:36 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-07-30 13:17:16 +0930 |
commit | 34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc (patch) | |
tree | 2e06e16913b420a6649752896c1629ad89951ce9 /bfd/bfd.c | |
parent | 25ec8924842a215e7f684d3a5076607409ac822f (diff) | |
download | gdb-34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc.zip gdb-34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc.tar.gz gdb-34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc.tar.bz2 |
Re: Support .gnu.lto_.lto section in ELF files
PR 24768
* bfd.c (struct bfd): Add lto_slim_object flag.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |