Re: [PATCH, AArch64 07/11] Link static libgcc after shared libgcc for -shared-libgcc

2018-09-26 Thread Richard Henderson
On 9/26/18 9:49 AM, Joseph Myers wrote: > On Tue, 25 Sep 2018, rth7...@gmail.com wrote: > >> From: Richard Henderson >> >> We are about to introduce symbols to libgcc.a that will >> not be present in libgcc_s.so. Most symbols will be >> resolved from the shared library first, and only the new >>

Re: [PATCH, AArch64 07/11] Link static libgcc after shared libgcc for -shared-libgcc

2018-09-26 Thread Joseph Myers
On Tue, 25 Sep 2018, rth7...@gmail.com wrote: > From: Richard Henderson > > We are about to introduce symbols to libgcc.a that will > not be present in libgcc_s.so. Most symbols will be > resolved from the shared library first, and only the new > symbols will be pulled from the static library.

[PATCH, AArch64 07/11] Link static libgcc after shared libgcc for -shared-libgcc

2018-09-25 Thread rth7680
From: Richard Henderson We are about to introduce symbols to libgcc.a that will not be present in libgcc_s.so. Most symbols will be resolved from the shared library first, and only the new symbols will be pulled from the static library. * gcc.c (init_gcc_specs): Include static_name afte