aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2018-08-30 11:01:33 -0400
committerCarlos O'Donell <carlos@redhat.com>2018-08-30 12:33:22 -0400
commitd330f31af68f96dde82840d1e9343b479a8c179e (patch)
treef6d4ae91e32004816e10c8e704a7f258240e7d4c /ChangeLog
parent2bda273aa37e47bb5afdaf122605440391dac7c5 (diff)
downloadglibc-d330f31af68f96dde82840d1e9343b479a8c179e.tar
glibc-d330f31af68f96dde82840d1e9343b479a8c179e.tar.gz
glibc-d330f31af68f96dde82840d1e9343b479a8c179e.tar.bz2
glibc-d330f31af68f96dde82840d1e9343b479a8c179e.zip
Fix test failure with -DNDEBUG.
The elf/tst-dlopen-aout.c test uses asserts to verify properties of the test execution. Instead of using assert it should use xpthread_create and xpthread_join to catch errors starting the threads and fail the test. This shows up in Fedora 28 when building for i686-pc-linux-gnu and using gcc 8.1.1. Tested on i686, and fixes a check failure with -DNDEBUG. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3689a68c9..21d914141c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-30 Carlos O'Donell <carlos@redhat.com>
+
+ * elf/tst-dlopen-aout.c: Include support/xthread.h. Use
+ xpthread_create and xpthread_join.
+
2018-08-30 Florian Weimer <fweimer@redhat.com>
* stdlib/stdlib.h (reallocarray): Make available under __USE_MISC.