configure.in: Check for atol.

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

From-SVN: r17431
This commit is contained in:
Jeffrey A Law 1998-01-20 08:24:58 +00:00 committed by Jeff Law
parent 7e07e3ba4c
commit 6885fc8771
3 changed files with 199 additions and 141 deletions

View File

@ -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.

338
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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