aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-07-30 13:14:36 +0930
committerAlan Modra <amodra@gmail.com>2019-07-30 13:17:16 +0930
commit34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc (patch)
tree2e06e16913b420a6649752896c1629ad89951ce9 /bfd/bfd.c
parent25ec8924842a215e7f684d3a5076607409ac822f (diff)
downloadgdb-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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index afbc165..a9b224b 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -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;