diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-02-03 16:44:33 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-02-03 18:13:28 -0800 |
commit | 628ee3c2f339da37e7570bcce0ebc6eb12bc33ae (patch) | |
tree | 366c184656a557546b4f4bd3231abaf8f1f41982 /libbacktrace/ChangeLog | |
parent | 8b117ad0c394ec13c7d3c98a29b475a0379c5297 (diff) | |
download | gcc-628ee3c2f339da37e7570bcce0ebc6eb12bc33ae.zip gcc-628ee3c2f339da37e7570bcce0ebc6eb12bc33ae.tar.gz gcc-628ee3c2f339da37e7570bcce0ebc6eb12bc33ae.tar.bz2 |
libbacktrace: always pass -g when compiling test code
This approach required adding a few casts to ztest.c, as it is now
compiled with -Wall.
Fixes PR libbacktrace/90636
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 5a0fa29..3645756 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,18 @@ +2020-02-03 Ian Lance Taylor <iant@golang.org> + + * Makefile.am (libbacktrace_TEST_CFLAGS): Define. + (test_elf32_CFLAGS): Use $(libbacktrace_test_CFLAGS). + (test_elf_64_CFLAGS, test_xcoff_32_CFLAGS): Likewise. + (test_xcoff_64_CFLAGS, test_pecoff_CFLAGS): Likewise. + (test_unknown_CFLAGS, unittest_CFLAGS): Likewise. + (unittest_alloc_CFLAGS, allocfail_CFLAGS): Likewise. + (b2test_CFLAGS, b3test_CFLAGS, btest_CFLAGS): Likewise. + (btest_lto_CFLAGS, btest_alloc_CFLAGS, stest_CFLAGS): Likewise. + (stest_alloc_CFLAGS): Likewise. + * Makefile.in: Regenerate. + * ztest.c (error_callback_compress): Mark vdata unused. + (test_large): Add casts to avoid warnings. + 2020-01-01 Jakub Jelinek <jakub@redhat.com> Update copyright years. |