Module Name:    src
Committed By:   bouyer
Date:           Sat Apr 25 16:10:06 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
        src/sys/arch/i386/conf: GENERIC XEN3PAE_DOM0 XEN3PAE_DOMU

Log Message:
Disable -g, which got enabled by mistake in the bouyer-xenpvh merge


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.1228 -r1.1229 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/i386/conf/XEN3PAE_DOM0
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/i386/conf/XEN3PAE_DOMU

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.176 src/sys/arch/amd64/conf/XEN3_DOM0:1.177
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.176	Sat Apr 25 15:26:16 2020
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Sat Apr 25 16:10:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.176 2020/04/25 15:26:16 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.177 2020/04/25 16:10:06 bouyer Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.176 $"
+#ident		"XEN3_DOM0-$Revision: 1.177 $"
 
 maxusers	32		# estimated number of users
 
@@ -61,7 +61,7 @@ options 	DDB_ONPANIC=1	# see also sysctl
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
-makeoptions	DEBUG="-g"	# compile full symbol table
+#makeoptions	DEBUG="-g"	# compile full symbol table
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
 options DDB_COMMANDONENTER="show registers"
 

Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.92 src/sys/arch/amd64/conf/XEN3_DOMU:1.93
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.92	Sat Apr 25 15:26:16 2020
+++ src/sys/arch/amd64/conf/XEN3_DOMU	Sat Apr 25 16:10:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.92 2020/04/25 15:26:16 bouyer Exp $
+# $NetBSD: XEN3_DOMU,v 1.93 2020/04/25 16:10:06 bouyer Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -11,7 +11,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOMU-$Revision: 1.92 $"
+#ident		"XEN3_DOMU-$Revision: 1.93 $"
 
 maxusers	32		# estimated number of users
 
@@ -51,7 +51,7 @@ options 	DDB_ONPANIC=1	# see also sysctl
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
-makeoptions	DEBUG="-g"	# compile full symbol table
+#makeoptions	DEBUG="-g"	# compile full symbol table
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
 options DDB_COMMANDONENTER="trace;show registers"
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1228 src/sys/arch/i386/conf/GENERIC:1.1229
--- src/sys/arch/i386/conf/GENERIC:1.1228	Sat Apr 25 15:26:16 2020
+++ src/sys/arch/i386/conf/GENERIC	Sat Apr 25 16:10:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1228 2020/04/25 15:26:16 bouyer Exp $
+# $NetBSD: GENERIC,v 1.1229 2020/04/25 16:10:06 bouyer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1228 $"
+#ident		"GENERIC-$Revision: 1.1229 $"
 
 maxusers	64		# estimated number of users
 
@@ -128,7 +128,7 @@ options 	DDB_HISTORY_SIZE=512	# enable h
 #options 	DDB_VERBOSE_HELP
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-makeoptions	DEBUG="-g"	# compile full symbol table
+#makeoptions	DEBUG="-g"	# compile full symbol table
 #options 	KUBSAN		# Kernel Undefined Behavior Sanitizer (kUBSan)
 #options 	UBSAN_ALWAYS_FATAL	# (optional) Panic on all kUBSan reports
 #options 	SYSCALL_STATS	# per syscall counts

Index: src/sys/arch/i386/conf/XEN3PAE_DOM0
diff -u src/sys/arch/i386/conf/XEN3PAE_DOM0:1.24 src/sys/arch/i386/conf/XEN3PAE_DOM0:1.25
--- src/sys/arch/i386/conf/XEN3PAE_DOM0:1.24	Sat Apr 25 15:26:16 2020
+++ src/sys/arch/i386/conf/XEN3PAE_DOM0	Sat Apr 25 16:10:06 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3PAE_DOM0,v 1.24 2020/04/25 15:26:16 bouyer Exp $
+#	$NetBSD: XEN3PAE_DOM0,v 1.25 2020/04/25 16:10:06 bouyer Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -74,7 +74,7 @@ options 	DDB_ONPANIC=1	# see also sysctl
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
-makeoptions	DEBUG="-g"	# compile full symbol table
+#makeoptions	DEBUG="-g"	# compile full symbol table
 options DDB_COMMANDONENTER="show registers"
 
 # Compatibility options

Index: src/sys/arch/i386/conf/XEN3PAE_DOMU
diff -u src/sys/arch/i386/conf/XEN3PAE_DOMU:1.12 src/sys/arch/i386/conf/XEN3PAE_DOMU:1.13
--- src/sys/arch/i386/conf/XEN3PAE_DOMU:1.12	Sat Apr 25 15:26:16 2020
+++ src/sys/arch/i386/conf/XEN3PAE_DOMU	Sat Apr 25 16:10:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOMU,v 1.12 2020/04/25 15:26:16 bouyer Exp $
+# $NetBSD: XEN3PAE_DOMU,v 1.13 2020/04/25 16:10:06 bouyer Exp $
 
 include 	"arch/i386/conf/std.xen"
 
@@ -58,7 +58,7 @@ options 	DDB_ONPANIC=1	# see also sysctl
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
-makeoptions	DEBUG="-g"	# compile full symbol table
+#makeoptions	DEBUG="-g"	# compile full symbol table
 options DDB_COMMANDONENTER="trace;show registers"
 
 # Compatibility options

Reply via email to