aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-02-03 10:53:32 +0100
committerMartin Liska <mliska@suse.cz>2021-02-03 13:18:52 +0100
commit84110515b93a6709de24240d6658ac207db5129f (patch)
treedef4749fcba6df68fbec7ba2ad2368c2cb9868d2 /gcc/lto-streamer.h
parente8c87bc07b5c98101b47caaee84650cd8abdfa5f (diff)
downloadgcc-84110515b93a6709de24240d6658ac207db5129f.zip
gcc-84110515b93a6709de24240d6658ac207db5129f.tar.gz
gcc-84110515b93a6709de24240d6658ac207db5129f.tar.bz2
Fill up padding in lto_section struct.
gcc/ChangeLog: PR lto/98912 * lto-streamer-out.c (produce_lto_section): Fill up missing padding. * lto-streamer.h (struct lto_section): Add _padding field.
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 7736ae7..5c7cd84 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -369,6 +369,7 @@ struct lto_section
int16_t major_version;
int16_t minor_version;
unsigned char slim_object;
+ unsigned char _padding;
/* Flags is a private field that is not defined publicly. */
uint16_t flags;