diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 17:48:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 17:48:58 -0700 |
commit | a9a04420818e1ab0a49838e2eb83ebb66baaeaac (patch) | |
tree | 1ecde0b897fecaaf056c3771fe64eeb519e602f3 /debug/Makefile | |
parent | 5ead9ce5c788e7dbb0bd01888c4bcb37a8bc2ff1 (diff) | |
download | glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.zip glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.tar.gz glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.tar.bz2 |
Add test case for ____longjmp_chk vs signal stacks.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 181169b..99c8092 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -118,7 +118,8 @@ LDFLAGS-tst-lfschk6 = -lstdc++ tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \ tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \ - tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6 + tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6 \ + tst-longjmp_chk2 extra-libs = libSegFault libpcprofile extra-libs-others = $(extra-libs) |