Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Disable -g, which got enabled by mistake in the bou...



details:   https://anonhg.NetBSD.org/src/rev/74ad5c4449c8
branches:  trunk
changeset: 931295:74ad5c4449c8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Apr 25 16:10:06 2020 +0000

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

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0   |  6 +++---
 sys/arch/amd64/conf/XEN3_DOMU   |  6 +++---
 sys/arch/i386/conf/GENERIC      |  6 +++---
 sys/arch/i386/conf/XEN3PAE_DOM0 |  4 ++--
 sys/arch/i386/conf/XEN3PAE_DOMU |  4 ++--
 5 files changed, 13 insertions(+), 13 deletions(-)

diffs (117 lines):

diff -r 40befd7a57b2 -r 74ad5c4449c8 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Apr 25 15:46:59 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Apr 25 16:10:06 2020 +0000
@@ -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       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_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"
 
diff -r 40befd7a57b2 -r 74ad5c4449c8 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sat Apr 25 15:46:59 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sat Apr 25 16:10:06 2020 +0000
@@ -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       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_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"
 
diff -r 40befd7a57b2 -r 74ad5c4449c8 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Apr 25 15:46:59 2020 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Apr 25 16:10:06 2020 +0000
@@ -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 @@
 
 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_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
diff -r 40befd7a57b2 -r 74ad5c4449c8 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0   Sat Apr 25 15:46:59 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0   Sat Apr 25 16:10:06 2020 +0000
@@ -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_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
diff -r 40befd7a57b2 -r 74ad5c4449c8 sys/arch/i386/conf/XEN3PAE_DOMU
--- a/sys/arch/i386/conf/XEN3PAE_DOMU   Sat Apr 25 15:46:59 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOMU   Sat Apr 25 16:10:06 2020 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index