diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 11:56:02 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 11:56:02 +0200 |
commit | db9b505976a9448911e728c01885e71ad6e9461f (patch) | |
tree | 77a0b3b0bd0d5780f633117583a5801872bbcaaf /sysdeps/unix/sysv/linux/sh/Makefile | |
parent | 967705fee12b4c02456fedbeb4c0dc6e79469ca7 (diff) | |
download | glibc-db9b505976a9448911e728c01885e71ad6e9461f.tar.gz glibc-db9b505976a9448911e728c01885e71ad6e9461f.tar.xz glibc-db9b505976a9448911e728c01885e71ad6e9461f.zip |
SH: ____longjmp_chk for GNU/Linux with sigaltstack support.
debug/tst-longjmp_chk2 now passes.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/Makefile b/sysdeps/unix/sysv/linux/sh/Makefile index 1ead8f2ae3..dd3b382ac1 100644 --- a/sysdeps/unix/sysv/linux/sh/Makefile +++ b/sysdeps/unix/sysv/linux/sh/Makefile @@ -6,6 +6,10 @@ ifeq ($(subdir),stdlib) gen-as-const-headers += ucontext_i.sym endif +ifeq ($(subdir),misc) +gen-as-const-headers += sigaltstack-offsets.sym +endif + ifeq ($(subdir),math) # The libm.so link can't find __fpscr_values libm.so-no-z-defs = yes |