GCC 4.0.1 Status (2005-06-13)

Eric Botcazou ebotcazou@libertysurf.fr
Thu Jun 16 15:12:00 GMT 2005


> Can you please post output from
> readelf -Ws libstdc++.so.6 \
>
>   | sed -n '/\.symtab/,$d;/ UND /d;/\(GLOBAL\|WEAK\)/p' \
>   | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6,
>   | $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' \ LC_ALL=C sort
>   | -u
>
> before and after the patch?

Nice magic spell. :-)

The diff is attached.

-- 
Eric Botcazou
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libstdc++_syms.diff
Type: text/x-diff
Size: 14270 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20050616/5e7eaa53/attachment.bin>


More information about the Gcc mailing list