On Fri, Dec 08, 2023 at 06:43:19PM +0300, Alexander Monakov wrote: > On Fri, 8 Dec 2023, Jakub Jelinek wrote: > > In your version, did the new function go just to libgcc.a or to > > libgcc_s.so.1? > > It participates in libgcc_s link, but it's not listed in the version script, > so it's not exported from libgcc_s (and -gc-sections should eliminate it).
Then it at least should not participate in that link. There are various other objects which are libgcc.a only (e.g. all of dfp stuff, etc.). Jakub