diff options
author | Alan Modra <amodra@gmail.com> | 2013-04-05 04:13:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-04-05 04:13:41 +0000 |
commit | 952781e82cc7dd01165447f137ea88f83f2c6bdf (patch) | |
tree | 56a421bc7ecddd869f9cc022da62038dc5a2e5fd /binutils/config.in | |
parent | 4b7654eed702241bfa2c3714a9f1a42acfba5c4f (diff) | |
download | gdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.zip gdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.tar.gz gdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.tar.bz2 |
PR binutils/15324
* configure.in: Add strnlen to AC_CHECK_DECLS, sort.
* dwarf.c (strnlen): Provide fallback decl.
* config.in: Regnerate.
* configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index f5f3298..0a8551f 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -63,6 +63,10 @@ */ #undef HAVE_DECL_STPCPY +/* Define to 1 if you have the declaration of `strnlen', and to 0 if you + don't. */ +#undef HAVE_DECL_STRNLEN + /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. */ #undef HAVE_DECL_STRSTR |