diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-07 05:09:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-07 05:09:30 -0700 |
commit | fa9fef1f9b683582892fe39c4d8cd7b164b3388d (patch) | |
tree | c49cb520274927f0a2cac51db16a3d52916f16cf /ChangeLog | |
parent | 213a2be7b4f08aba6d2e863106fa6c6b123f2360 (diff) | |
download | glibc-fa9fef1f9b683582892fe39c4d8cd7b164b3388d.tar.gz |
Add a testcase for i386 LD_AUDIT
This patch adds a testcase for i386 LD_AUDIT to check function return
and parameters passed in registers.
* sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
(modules-names): Add tst-auditmod3a tst-auditmod3b.
($(objpfx)tst-audit3): New rule.
($(objpfx)tst-audit3.out): Likewise.
* sysdeps/i386/tst-audit3.c: New file.
* sysdeps/i386/tst-audit3.h: Likewise.
* sysdeps/i386/tst-auditmod3a.c: Likewise.
* sysdeps/i386/tst-auditmod3b.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2015-07-07 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3. + (modules-names): Add tst-auditmod3a tst-auditmod3b. + ($(objpfx)tst-audit3): New rule. + ($(objpfx)tst-audit3.out): Likewise. + * sysdeps/i386/tst-audit3.c: New file. + * sysdeps/i386/tst-audit3.h: Likewise. + * sysdeps/i386/tst-auditmod3a.c: Likewise. + * sysdeps/i386/tst-auditmod3b.c: Likewise. + 2015-07-07 Torvald Riegel <triegel@redhat.com> [BZ #18633] |