This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem with __dso_handle on Linux/alpha
- To: chris at lslsun dot epfl dot ch
- Subject: Re: problem with __dso_handle on Linux/alpha
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 5 May 2000 10:10:20 +0200
- CC: rth at cygnus dot com, gcc at gcc dot gnu dot org, hjl at gnu dot org
- References: <200005050739.JAA13827@lslsun.epfl.ch>
> Thanks for the tips. Actually, before attempting to get the latest
> GCC snapshot, I installed the latest binutils from HJ Lu
> (2.9.5.0.37). I'm not sure where they stand with respect to
> "today's CVS binutils"... Maybe HJ could comment on this...
I really meant "today's"; the relevant patch was checked in on
Wednesday, I believe.
> BTW, how does one know if the symbol is hidden by looking at nm output ?
I'd recommend using 'objdump --dynamic-syms' instead.
Regards,
Martin