This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: __hidden_ver1() macro handles USER_LABEL_PREFIX incorrectly ?


On Monday 16 January 2006 12:41, Daniel Jacobowitz wrote:
> On Sun, Jan 15, 2006 at 05:23:08PM -0500, Mike Frysinger wrote:
> > i'm playing with the blackfin target which defines USER_LABEL_PREFIX to
> > "_" and i seem to be ending up with symbols with too many _ prefixes ...
> > i traced it back to the libc_hidden_def() macro in libc-symbols.h
>
> My experience is that this is far from the only problem you're going to
> have on a target with USER_LABEL_PREFIX and dynamic loading.  It's just
> not worth it.  Turn it off for GNU/Linux ports.

i'm not terribly worried about that as i'm working with uClibc/static-only 
code ... that is a good point though and i'll keep it in mind if i ever use 
dynamic loading, thanks
-mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]