strnlen.c: New file.
authorIan Lance Taylor <iant@google.com>
Tue, 18 Sep 2012 16:03:01 +0000 (16:03 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 18 Sep 2012 16:03:01 +0000 (16:03 +0000)
commit9a9baa5254a06287326469f1b2f9ba1f7db6fd71
treee4924912fd85dad90b6a534928ada8aac3840841
parentfb5e0707d18e9fd0bc6a0e92b6571512aafd0e43
strnlen.c: New file.

* strnlen.c: New file.
* configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
present.
* Makefile.in: Rebuild dependencies.
(CFILES): Add strnlen.c.
(CONFIGURED_OFILES): Add ./strnlen.$(objext).
* configure, config.in, functions.texi: Rebuild.

* maint-tool: Accept .def files in the include directory.

From-SVN: r191432
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/config.in
libiberty/configure
libiberty/configure.ac
libiberty/functions.texi
libiberty/maint-tool
libiberty/strnlen.c [new file with mode: 0644]