NetBSD/lib/libc/arch/m68k/Makefile.inc
thorpej c061e6bf8b Enable the libc-provided signal trampoline. The old __sigaction14
entry point has been replaced by the new __sigaction14() which is a
wrapper around the __sigaction_sigtramp system call (which is itself
not directly exposed outside of libc).

No shared library version change is necessary; no new symbols
are exposed outside of libc.
2002-07-10 04:29:05 +00:00

12 lines
421 B
Makefile

# $NetBSD: Makefile.inc,v 1.8 2002/07/10 04:29:07 thorpej Exp $
KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h
KMSRCS= bcmp.S bcopy.S bzero.S ffs.S index.S rindex.S \
memcpy.S memmove.S memset.S \
strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S strncmp.S strncpy.S \
htonl.S htons.S ntohl.S ntohs.S \
ashldi3.S ashrdi3.S lshrdi3.S \
bswap16.S bswap32.S bswap64.S
SRCS+= __sigaction14_sigtramp.c __sigtramp1.S