Re: C++ symbols files (Re: GCC 10 transition)

2020-07-29 Thread Adrian Bunk
On Tue, Jul 28, 2020 at 12:41:42PM +0200, Matthias Klose wrote: >... > Suggested ways to solve these issues: > > - Use plain shlibs files, without using symbols files, although >debhelper wrongly warns about missing symbols files. Usually this is the better option for C++ libraries, for more

C++ symbols files (Re: GCC 10 transition)

2020-07-28 Thread Matthias Klose
On 7/28/20 12:02 PM, Norbert Preining wrote: > Dear GCC Team, > > (please Cc) > > I would like to ask about how we should deal with gcc10 creating > completely different symbols than what we currently have. > > Are we supposed to bump the ABI version for every library due to the > symbols change

GCC 10 transition

2020-07-28 Thread Norbert Preining
Dear GCC Team, (please Cc) I would like to ask about how we should deal with gcc10 creating completely different symbols than what we currently have. Are we supposed to bump the ABI version for every library due to the symbols changes, or is there any other procedure to be expected. The announc