diff options
author | Chris Zankel <chris@zankel.net> | 2008-02-20 00:30:54 +0000 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-02-20 00:30:54 +0000 |
commit | d8f106289ffc338f15568f373b209f0c47755a54 (patch) | |
tree | 68d366e9f056bd36acb747c69cd02e5d595e2467 /libc/sysdeps/linux/xtensa/Makefile.arch | |
parent | 5bb327a1dbe37208a812a9134763aa5adfa90e12 (diff) |
Xtensa: Provide an architecture specific sigaction and sa_restorer function in libc to avoid having to place executable code on stack.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'libc/sysdeps/linux/xtensa/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/xtensa/Makefile.arch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/xtensa/Makefile.arch b/libc/sysdeps/linux/xtensa/Makefile.arch index 74510c9f6..f54886444 100644 --- a/libc/sysdeps/linux/xtensa/Makefile.arch +++ b/libc/sysdeps/linux/xtensa/Makefile.arch @@ -1,14 +1,14 @@ # Makefile for uClibc # -# Copyright (C) 2007 Tensilica Inc. +# Copyright (C) 2007, 2008 Tensilica Inc. # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # CSRC := brk.c fork.c posix_fadvise.c posix_fadvise64.c pread_write.c \ - __syscall_error.c + sigaction.c __syscall_error.c SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S \ - syscall.S mmap.S windowspill.S __longjmp.S vfork.S + sigrestorer.S syscall.S mmap.S windowspill.S __longjmp.S vfork.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |