diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-07-07 02:19:14 +0000 |
---|---|---|
committer | Kelley Cook <kcook@gcc.gnu.org> | 2005-07-07 02:19:14 +0000 |
commit | 80b9eab9a6bd3dce881c7aab0d70d0f6ced6f2ee (patch) | |
tree | 7114fe47dbdcbb00b01aedb968dd41ccdb3a3a27 /libiberty | |
parent | 0d72aab6216c2f313b2e7006f7feabb3a24d8fb0 (diff) | |
download | binutils-redhat-80b9eab9a6bd3dce881c7aab0d70d0f6ced6f2ee.tar.gz |
2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
* config.in: Regenerate for 6/20 change.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/config.in | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ba575549ad..94194958a8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2005-07-07 Kelley Cook <kcook@gcc.gnu.org> + + * config.in: Regenerate for 6/20 change. + 2005-07-03 Steve Ellcey <sje@cup.hp.com> PR other/13906 diff --git a/libiberty/config.in b/libiberty/config.in index 804945d70b..7525d33139 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -72,6 +72,10 @@ don't. */ #undef HAVE_DECL_SNPRINTF +/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you + don't. */ +#undef HAVE_DECL_STRVERSCMP + /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you don't. */ #undef HAVE_DECL_VASPRINTF @@ -245,6 +249,9 @@ /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL +/* Define to 1 if you have the `strverscmp' function. */ +#undef HAVE_STRVERSCMP + /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF |