gcc/libstdc++-v3 ChangeLog config/os/hpux/bits ...
ljrittle@gcc.gnu.org
ljrittle@gcc.gnu.org
Fri Apr 12 15:31:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: ljrittle@gcc.gnu.org 2002-04-12 15:31:27
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/config/os/hpux/bits: os_defines.h
Log message:
* gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
(strtoll, strtoull): In 64 bit mode HP-UX (IA64 and HPPA)
does not define strtoll or strtoull, but does define strtol
and strtoul which are the same since in 64 bit mode
sizeof(long) == sizeof(long long).
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1142&r2=1.1143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h.diff?cvsroot=gcc&r1=1.8&r2=1.9
More information about the Libstdc++-cvs
mailing list