This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> True, but not, as far as I can see, an explanation for why the symbols > are hidden. Hiding the symbols doesn't fix the problem of having > multiple libgcc_eh on those platforms. Yes, it does, as it prevents libgcc_eh from being linked in shared libraries, thus forcing you to use libgcc_s.so, at least on those platforms. -- Eric Botcazou
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |