]> git.ipfire.org Git - thirdparty/gcc.git/commit - libbacktrace/ChangeLog
libbacktrace: Conditionalize test timing on clock_gettime availability
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 2 Oct 2017 11:56:25 +0000 (13:56 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 2 Oct 2017 11:56:25 +0000 (13:56 +0200)
commitdbc31f20d30615404c2994f2d0bb9876cd75585a
tree6180153dd27e37972f90f06729c67e136418f62c
parent6146ee73730cd2a4406918a0d5f98f0f71331f01
libbacktrace: Conditionalize test timing on clock_gettime availability

libbacktrace/
PR other/67165
* configure.ac: Check for clock_gettime.
* config.h.in: Regenerate.
* configure: Likewise.
* ztest.c (average_time, test_large): Conditionalize test timing
on clock_gettime availability.

From-SVN: r253344
libbacktrace/ChangeLog
libbacktrace/config.h.in
libbacktrace/configure
libbacktrace/configure.ac
libbacktrace/ztest.c