[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2023-08-07 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-09-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The binutils-2_33-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0a9fdbbfd319c09e48ac176fd6386b445534cf42 commit 0a9fdbbfd319c09

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-09-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4c51dacacf8a97194a1241ad5e1cbf7be00a59a3 commit 4c51dacacf8a97194a1241ad5e1cb

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=34d5c40a07be4bc195d5ed9aecf4eb2faa1482bc commit 34d5c40a07be4bc195d5ed9aecf4e

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-29 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #5 from Martin Liška --- Should be implemented now. Let's keep this issue to remove later the usage of __gnu_lto_slim. -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Martin Liska : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc5277b173701364c10204f316db28198f2c683b commit cc5277b173701364c10204f316d

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-15 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #3 from Martin Liška --- > > The layout of this struct depends on the host compiler. Won't that cause > problems in object file portability? You are right, I will change streaming of the structure to be always LE in a ELF file.

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #2 from Alan Modra --- +/* 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

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-04 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 --- Comment #1 from Martin Liška --- Created attachment 11883 --> https://sourceware.org/bugzilla/attachment.cgi?id=11883&action=edit Patch candidate I would appreciate feedback about the patch before I'll send it to the mailing list. --

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2019-07-04 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 Martin Liška changed: What|Removed |Added CC||amodra at gmail dot com,