diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 14:14:55 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 14:14:55 -0800 |
commit | 4cf8f2098f227d32f3b73c70a6498c84872c24ba (patch) | |
tree | 44521528be24870c4fe10f353172a6faf0e24329 /ChangeLog | |
parent | 828beb132ddf5664cf9971329e8cdcb93dce43af (diff) | |
download | glibc-4cf8f2098f227d32f3b73c70a6498c84872c24ba.tar.gz |
Support run tst-exec and tst-spawn directly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-01-10 H.J. Lu <hongjiu.lu@intel.com> + + * posix/Makefile (tests-static): New variable. + (tests): Add $(tests-static). + (tst-exec-static-ARGS): New variable. + (tst-spawn-static-ARGS): Likewise. + * posix/tst-exec-static.c: New file. + * posix/tst-spawn-static.c: Likewise. + * posix/tst-exec.c: Support run directly. + * posix/tst-spawn.c: Likewise. + 2013-01-10 Joseph Myers <joseph@codesourcery.com> * elf/link.h (struct dl_phdr_info): Use __extension__ with long |