Module Name: src
Committed By: christos
Date: Sun Jan 8 17:10:35 UTC 2017
Modified Files:
src/sys/conf: Makefile.kern.inc ssp.mk
Log Message:
Move to ssp.c suggested by uebayasi@
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.1 -r1.2 src/sys/conf/ssp.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.254 src/sys/conf/Makefile.kern.inc:1.255
--- src/sys/conf/Makefile.kern.inc:1.254 Sun Jan 8 00:02:08 2017
+++ src/sys/conf/Makefile.kern.inc Sun Jan 8 12:10:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.254 2017/01/08 05:02:08 christos Exp $
+# $NetBSD: Makefile.kern.inc,v 1.255 2017/01/08 17:10:35 christos Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -118,9 +118,6 @@ COPTS.${j}+=-g
#
COPTS.debugsyms.c+= -g
-# XXX: Gcc bug?
-COPTS.xhci.c+= -Wno-stack-protector
-
# Add CTF sections for DTrace
.if defined(CTFCONVERT)
COMPILE_CTFCONVERT= ${_MKSHECHO}\
Index: src/sys/conf/ssp.mk
diff -u src/sys/conf/ssp.mk:1.1 src/sys/conf/ssp.mk:1.2
--- src/sys/conf/ssp.mk:1.1 Sun Sep 6 00:42:06 2015
+++ src/sys/conf/ssp.mk Sun Jan 8 12:10:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ssp.mk,v 1.1 2015/09/06 04:42:06 uebayasi Exp $
+# $NetBSD: ssp.mk,v 1.2 2017/01/08 17:10:35 christos Exp $
.if ${USE_SSP:Uno} == "yes"
COPTS.kern_ssp.c+= -fno-stack-protector -D__SSP__
@@ -16,6 +16,7 @@ VARSTACK= \
arch/xen/i386/gdt.c \
dev/ic/aic79xx.c \
dev/ic/aic7xxx.c \
+ dev/usb/xhci.c \
dev/ofw/ofw_subr.c \
kern/uipc_socket.c \
miscfs/genfs/genfs_vnops.c \