PERFORCE change 207132 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Wed Feb 29 23:42:06 UTC 2012
http://p4web.freebsd.org/@@207132?ac=10
Change 207132 by gonzo at gonzo_thinkpad on 2012/02/29 23:41:35
Remove dis_tables files which are x86-specific at the moment
Affected files ...
.. //depot/projects/dtrace-mips/cddl/lib/libdtrace/Makefile#3 edit
.. //depot/projects/dtrace-mips/sys/cddl/dev/dtrace/mips/dis_tables.c#2 delete
.. //depot/projects/dtrace-mips/sys/cddl/dev/dtrace/mips/dis_tables.h#2 delete
Differences ...
==== //depot/projects/dtrace-mips/cddl/lib/libdtrace/Makefile#3 (text+ko) ====
@@ -42,8 +42,7 @@
dt_subr.c \
dt_work.c \
dt_xlator.c \
- gmatch.c \
- dis_tables.c
+ gmatch.c
DSRCS= errno.d \
psinfo.d \
@@ -80,6 +79,7 @@
.endif
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
+SRCS+= dis_tables.c
DSRCS+= regs_x86.d
.endif
More information about the p4-projects
mailing list