On Thu, Jun 16, 2005 at 10:56:52AM +0200, Eric Botcazou wrote:
> > I would be especially grateful for people testing this on primary hosts
> > that are not linux. In particular, AIX and Solaris.
>
> OK on Solaris 2.5.1 and 2.6, but not OK on Solaris 7, 8, 9 and 10:
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?
Thanks.
Jakub