This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [rfa] alpha sjlj vs pointer mangling


If it doesn't use the thread pointer, then the PTR_MANGLE defn belongs in a
generic alpha file (create sysdeps/alpha/sysdep.h I guess).

> This does cause one complication -- the iconvdata libraries use one of
> the objects that does a pointer check, and thus must be linked against
> ld.so to get that resolved.  This isn't strictly needed for other targets,
> so I wonder what the best way to avoid this is?  Unless of course we
> already default to --as-needed?

We don't.  There is no particular harm in those modules getting the
DT_NEEDED for ld.so's soname, so I wouldn't bother avoiding it.


Thanks,
Roland


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