This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Patch for 64-bit HP-UX libstdc++-v3



Thanks for the patch. I think the idea for a general solution, outlined 
in the link below, is a better way to solve this for everybody:

http://gcc.gnu.org/ml/libstdc++/2002-02/msg00169.html

I'd appreciate it if you could test this patch, and let the list know 
your results. If it works, then all the HPUX-specific hackery can get 
removed. Sound good?

-benjamin


> Define strtoll to be strtol, and strtoull to be strtoul at 64-bit on hpux.
> This fixed unresolved symbols while linking 64-bit objects on hpux,
> __strtoll and __strtoull, which are defined in /usr/lib/hpux32/libc.so but
> not in /usr/lib/hpux64/libc.so on either IA64 or PA-RISC.
> Can someone review this and check it in if it is OK? I don't have write
> permission to CVS. Thanks.


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