[Bug general/24498] 0.176: isn't LTO ready

2020-04-14 Thread marxin.liska at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #9 from Martin Liška --- (In reply to Mark Wielaard from comment #8) > I proposed a patch to use the new gcc 10 symver attribute to define symbol > versioning: > > https://sourceware.org/pipermail/elfutils-devel/2020q2/002606.html

Re: [PATCH] lib: Use attribute symver when available to define symbol versioning.

2020-04-14 Thread Mark Wielaard
On Tue, 2020-04-14 at 17:25 +0200, Mark Wielaard wrote: > On Fri, 2020-04-10 at 21:42 +0200, Mark Wielaard wrote: > > GCC 10 introduces a function attribute to define symbol versioning. > > Add a configure check to see if __attribute__((symver)) is supported. > > If it is then define the OLD_VERSIO

Re: [PATCH] lib: Use attribute symver when available to define symbol versioning.

2020-04-14 Thread Mark Wielaard
Hi, On Fri, 2020-04-10 at 21:42 +0200, Mark Wielaard wrote: > GCC 10 introduces a function attribute to define symbol versioning. > Add a configure check to see if __attribute__((symver)) is supported. > If it is then define the OLD_VERSION, NEW_VERSION, COMPAT_VERSION > and COMPAT_VERSION_NEWPROT