Commit 6885fc87 by Jeffrey A Law Committed by Jeff Law

configure.in: Check for atol.

        * configure.in: Check for atol.
Forgot to commit this one a few days ago.

From-SVN: r17431
parent 7e07e3ba
......@@ -127,6 +127,7 @@ Sat Jan 17 21:16:19 1998 Jeffrey A Law (law@cygnus.com)
* rtl.h: Fix typos.
* acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
* configure.in: Check for atol.
* rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
* rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
......
......@@ -199,6 +199,7 @@ GCC_NEED_DECLARATION(free)
GCC_NEED_DECLARATION(index)
GCC_NEED_DECLARATION(rindex)
GCC_NEED_DECLARATION(getenv)
GCC_NEED_DECLARATION(atol)
GCC_NEED_DECLARATION(sbrk)
AC_DECL_SYS_SIGLIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment