https://sourceware.org/bugzilla/show_bug.cgi?id=24768
--- Comment #2 from Alan Modra <amodra at gmail dot com> --- +/* This a copy of lto_section defined in GCC (lto-streamer.h). */ + +struct lto_section +{ + int16_t major_version; + int16_t minor_version; + unsigned char slim_object: 1; + unsigned int compression: 4; + int32_t reserved0: 27; +}; + The layout of this struct depends on the host compiler. Won't that cause problems in object file portability? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils