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]

[PATCH] Check for strtol, strtoul, strtoll and strtoull declarations


This patch fixes PR other/63694.

Libiberty now contains implementations for strtol, strtoul, strtoll and strtoull. On systems which lack one or more of these functions, we need to check for their declaration in configure. This results in the correct defines being generated in config.h and auto-host.h. Then, the declarations for
these functions in libiberty.h are appropriated enabled.

Tested on hppa2.0w-hp-hpux11.11.

OK for trunk.

Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: configure.ac.d.2.txt
Description: Text document


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