Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sh3/gen Add lint stubs for __setjmp14 and __si...



details:   https://anonhg.NetBSD.org/src/rev/70ab3ba883f0
branches:  trunk
changeset: 584413:70ab3ba883f0
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Sep 15 22:49:33 2005 +0000

description:
Add lint stubs for __setjmp14 and __sigsetjmp14.

diffstat:

 lib/libc/arch/sh3/gen/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 346d67398e72 -r 70ab3ba883f0 lib/libc/arch/sh3/gen/Makefile.inc
--- a/lib/libc/arch/sh3/gen/Makefile.inc        Thu Sep 15 22:44:58 2005 +0000
+++ b/lib/libc/arch/sh3/gen/Makefile.inc        Thu Sep 15 22:49:33 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.18 2005/09/15 22:44:58 uwe Exp $
+#      $NetBSD: Makefile.inc,v 1.19 2005/09/15 22:49:33 uwe Exp $
 
 SRCS+= setjmp.S sigsetjmp.S
 
@@ -30,7 +30,7 @@
 KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
        movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
 
-SRCS.sh3.gen=  Lint_swapcontext.c
+SRCS.sh3.gen=  Lint___setjmp14.c Lint___sigsetjmp14.c Lint_swapcontext.c
 LSRCS+=                ${SRCS.sh3.gen}
 DPSRCS+=       ${SRCS.sh3.gen}
 CLEANFILES+=   ${SRCS.sh3.gen}



Home | Main Index | Thread Index | Old Index