mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user