aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-11-29 14:15:01 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-11-29 14:47:27 -0800
commita5275ba5378c9256d18e582572b4315e8edfcbfb (patch)
treee8466df5b9e62c25bd07df9d749e565022b59729 /elf/Makefile
parent3a67e81d7527363a96af095a5af03b6201b82e9d (diff)
downloadglibc-a5275ba5378c9256d18e582572b4315e8edfcbfb.tar
glibc-a5275ba5378c9256d18e582572b4315e8edfcbfb.tar.gz
glibc-a5275ba5378c9256d18e582572b4315e8edfcbfb.tar.bz2
glibc-a5275ba5378c9256d18e582572b4315e8edfcbfb.zip
_dl_exception_create_format: Support %x/%lx/%zx
Add support for %x, %lx and %zx to _dl_exception_create_format and pad to the full width with 0. * elf/Makefile (tests-internal): Add tst-create_format1. * elf/dl-exception.c (_dl_exception_create_format): Support %x, %lx and %zx. * elf/tst-create_format1.c: New file.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index d72e7b67f6..71f5896a6d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -192,7 +192,8 @@ tests += restest1 preloadtest loadfail multiload origtest resolvfail \
tests-internal += loadtest unload unload2 circleload1 \
neededtest neededtest2 neededtest3 neededtest4 \
tst-tls3 tst-tls6 tst-tls7 tst-tls8 tst-dlmopen2 \
- tst-ptrguard1 tst-stackguard1 tst-libc_dlvsym
+ tst-ptrguard1 tst-stackguard1 tst-libc_dlvsym \
+ tst-create_format1
ifeq ($(build-hardcoded-path-in-tests),yes)
tests += tst-dlopen-aout
tst-dlopen-aout-no-pie = yes