diff options
author | Ian Lance Taylor <iant@google.com> | 2012-09-18 16:03:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-09-18 16:03:01 +0000 |
commit | 9a9baa5254a06287326469f1b2f9ba1f7db6fd71 (patch) | |
tree | e4924912fd85dad90b6a534928ada8aac3840841 /libiberty/ChangeLog | |
parent | fb5e0707d18e9fd0bc6a0e92b6571512aafd0e43 (diff) | |
download | gcc-9a9baa5254a06287326469f1b2f9ba1f7db6fd71.zip gcc-9a9baa5254a06287326469f1b2f9ba1f7db6fd71.tar.gz gcc-9a9baa5254a06287326469f1b2f9ba1f7db6fd71.tar.bz2 |
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
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9540b48..3f601a8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2012-09-18 Ian Lance Taylor <iant@google.com> + + * 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. + 2012-09-18 Florian Weimer <fweimer@redhat.com> PR other/54411 |