diff options
author | DJ Delorie <dj@delorie.com> | 2005-03-25 04:57:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-03-25 04:57:08 +0000 |
commit | 02dcea42936199f309076b67f3e99a7d69702acb (patch) | |
tree | 4b363761f0a5e1ce3248ea3a1731b938a616de98 /libiberty/configure | |
parent | 63687a9d4fce0d8e64862cad1377126b93b9d5b7 (diff) | |
download | gdb-02dcea42936199f309076b67f3e99a7d69702acb.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libiberty/configure b/libiberty/configure index 9e238de31fe..88da64294db 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4775,6 +4775,7 @@ funcs="$funcs clock" funcs="$funcs ffs" funcs="$funcs getcwd" funcs="$funcs getpagesize" +funcs="$funcs gettimeofday" funcs="$funcs index" funcs="$funcs insque" funcs="$funcs memchr" @@ -4797,6 +4798,7 @@ funcs="$funcs strcasecmp" funcs="$funcs strchr" funcs="$funcs strdup" funcs="$funcs strncasecmp" +funcs="$funcs strndup" funcs="$funcs strrchr" funcs="$funcs strstr" funcs="$funcs strtod" @@ -4884,10 +4886,12 @@ if test "x" = "y"; then + + for ac_func in asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \ - getcwd getpagesize index insque mkstemps memchr memcmp memcpy \ + getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \ memmove mempcpy memset putenv random rename rindex sigsetmask \ - strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strrchr strstr \ + strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \ strtod strtol strtoul tmpnam vasprintf vfprintf vprintf \ vsprintf waitpid getrusage on_exit psignal strerror strsignal \ sysconf times sbrk gettimeofday ffs snprintf vsnprintf \ |