gcc/libstdc++-v3 ChangeLog config/os/hpux/bits ...
ljrittle@gcc.gnu.org
ljrittle@gcc.gnu.org
Mon Apr 15 13:35:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_1-branch
Changes by: ljrittle@gcc.gnu.org 2002-04-15 13:35:52
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&only_with_tag=gcc-3_1-branch&r1=1.1057.2.72&r2=1.1057.2.73
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.8&r2=1.8.8.1
More information about the Libstdc++-cvs
mailing list