summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Makefile.inc
diff options
context:
space:
mode:
authorbsd <bsd@FreeBSD.org>2000-09-21 17:07:27 +0000
committerbsd <bsd@FreeBSD.org>2000-09-21 17:07:27 +0000
commit878d7f2499e7a2f9817e11c882877596b0ef8ec5 (patch)
tree1e10e525ea67fc28583a774db85425af9d2c0b27 /lib/libc/i386/sys/Makefile.inc
parenta5b979afa0926873efe5f134b465efa9a2002dc6 (diff)
downloadFreeBSD-src-878d7f2499e7a2f9817e11c882877596b0ef8ec5.zip
FreeBSD-src-878d7f2499e7a2f9817e11c882877596b0ef8ec5.tar.gz
Add a couple of debug register helper functions to assist in setting
and clearing watchpoints. Reviewed by: jwd@FreeBSD.org, -hackers@
Diffstat (limited to 'lib/libc/i386/sys/Makefile.inc')
-rw-r--r--lib/libc/i386/sys/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index c1c3d2d..f670705 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -1,8 +1,8 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $FreeBSD$
-SRCS+= i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c i386_set_ldt.c \
- i386_vm86.c
+SRCS+= i386_clr_watch.c i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c \
+ i386_set_ldt.c i386_set_watch.c i386_vm86.c
MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \
rfork.S sbrk.S setlogin.S sigreturn.S syscall.S
@@ -22,7 +22,9 @@ PSEUDOR= _exit.o
.if ${LIB} == "c"
MAN2+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
+MAN3+= i386_set_watch.3
MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
+MLINKS+=i386_set_watch.3 i386_clr_watch.3
.endif
OpenPOWER on IntegriCloud