On 03/06/2013 02:25 PM, Rainer Orth wrote:
Unless those symbols were explicitly exported in config/abi/pre/gnu*.ver
(which they are not, otherwise the x86_64-unknown-linux-bootstrap would
have shown a failure), they couldn't make it into libstdc++.so. They
only occur on Solaris because gld expli
Hi Paolo,
Rainer Orth writes:
> diff --git a/libstdc++-v3/scripts/extract_symvers.in
> b/libstdc++-v3/scripts/extract_symvers.in
> --- a/libstdc++-v3/scripts/extract_symvers.in
> +++ b/libstdc++-v3/scripts/extract_symvers.in
> @@ -49,9 +49,12 @@ SunOS)
> if
Hi,
On 03/06/2013 12:08 PM, Rainer Orth wrote:
Rainer Orth writes:
Andreas Schwab writes:
Rainer Orth writes:
diff --git a/libstdc++-v3/scripts/extract_symvers.in
b/libstdc++-v3/scripts/extract_symvers.in
--- a/libstdc++-v3/scripts/extract_symvers.in
+++ b/libstdc++-v3/scripts/extract_
Rainer Orth writes:
> Andreas Schwab writes:
>
>> Rainer Orth writes:
>>
>>> diff --git a/libstdc++-v3/scripts/extract_symvers.in
>>> b/libstdc++-v3/scripts/extract_symvers.in
>>> --- a/libstdc++-v3/scripts/extract_symvers.in
>>> +++ b/libstdc++-v3/scripts/extract_symvers.in
>>> @@ -49,9 +49,1
Andreas Schwab writes:
> Rainer Orth writes:
>
>> diff --git a/libstdc++-v3/scripts/extract_symvers.in
>> b/libstdc++-v3/scripts/extract_symvers.in
>> --- a/libstdc++-v3/scripts/extract_symvers.in
>> +++ b/libstdc++-v3/scripts/extract_symvers.in
>> @@ -49,9 +49,12 @@ SunOS)
>>if readelf --h
Rainer Orth writes:
> diff --git a/libstdc++-v3/scripts/extract_symvers.in
> b/libstdc++-v3/scripts/extract_symvers.in
> --- a/libstdc++-v3/scripts/extract_symvers.in
> +++ b/libstdc++-v3/scripts/extract_symvers.in
> @@ -49,9 +49,12 @@ SunOS)
>if readelf --help | grep -- --wide > /dev/null;
Currently, the Solaris baselines include several symbols that are not
libstdc++-specific, but are (or should be) present in every Solaris
shared object (like _DYNAMIC, _GLOBAL_OFFSET_TABLE_, and several
others). Unfortunately, under some circumstances (combination of
assembler and linker used) the