summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-09-18 10:27:55 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-09-18 10:27:55 -0400
commite2b918d05db58248d5a61427e9f1416ccce782c9 (patch)
tree153bba6912681caf1eca30e403109dd1d45faf53 /ChangeLog
parent60084e34b63a9ad5bdd7381bab2d7bc30db106c9 (diff)
downloadglibc-e2b918d05db58248d5a61427e9f1416ccce782c9.tar.gz
glibc-e2b918d05db58248d5a61427e9f1416ccce782c9.tar.xz
glibc-e2b918d05db58248d5a61427e9f1416ccce782c9.zip
Fix error messages in elf/tst-dlmopen1.c.
The test error messages incorrectly reference LIBC_SO
when they should reference the dlmopen'd library
tst-dlmopen1mod.so. Define TEST_SO and use it in
all the error messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb75382409..22c17f5bde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
 
+	* elf/tst-dlmopen1.c: Define TEST_SO.
+	(do_test): Use TEST_SO.
+
 	* elf/dl-load.c: Include libc-internal.h.
 	(_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.