From 5b6e897d01a07f8391351a07321f2bcb7c025a7e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 05:29:50 +0000 Subject: Patch from Jean-Yves Avenard to add missing siglongjmp entry and fix a bug in setjmp for SH --- libc/sysdeps/linux/sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/sh/Makefile') diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index 684983998..a8a0cbb16 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -34,10 +34,10 @@ CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S longjmp.S +SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=fork.c vfork.c _mmap.c +CSRC=fork.c vfork.c _mmap.c longjmp.c jmp-unwind.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) -- cgit v1.2.3