PR binutils/15324

* configure.in: Add strnlen to AC_CHECK_DECLS, sort.
	* dwarf.c (strnlen): Provide fallback decl.
	* config.in: Regnerate.
	* configure: Regenerate.
This commit is contained in:
Alan Modra
2013-04-05 04:13:41 +00:00
parent 4b7654eed7
commit 952781e82c
5 changed files with 78 additions and 52 deletions

View File

@@ -29,6 +29,10 @@
#include "dwarf.h"
#include "gdb/gdb-index.h"
#if !HAVE_DECL_STRNLEN
size_t strnlen (const char *, size_t);
#endif
static const char *regname (unsigned int regno, int row);
static int have_frame_base;