Source-Changes-HG archive

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

[src/trunk]: src/sys/arch regen



details:   https://anonhg.NetBSD.org/src/rev/990fa03932c8
branches:  trunk
changeset: 937160:990fa03932c8
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Aug 10 06:33:45 2020 +0000

description:
regen

diffstat:

 sys/arch/amiga/conf/DRACO        |  10 ++++++----
 sys/arch/amiga/conf/GENERIC      |  10 ++++++----
 sys/arch/amiga/conf/INSTALL      |   8 ++++----
 sys/arch/atari/conf/ATARITT      |   6 +++---
 sys/arch/atari/conf/FALCON       |   6 +++---
 sys/arch/atari/conf/HADES        |   6 +++---
 sys/arch/atari/conf/MILAN-ISAIDE |   6 +++---
 sys/arch/atari/conf/MILAN-PCIIDE |   6 +++---
 sys/arch/atari/conf/SMALL030     |   4 ++--
 9 files changed, 33 insertions(+), 29 deletions(-)

diffs (210 lines):

diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/amiga/conf/DRACO Mon Aug 10 06:33:45 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.193 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: DRACO,v 1.194 2020/08/10 06:33:45 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,11 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.193 $"
+#ident                 "GENERIC-$Revision: 1.194 $"
 
-makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions    COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
+       # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
+       # backtraces in DDB.
 
 maxusers       8
 options        RTC_OFFSET=0
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Mon Aug 10 06:33:45 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.328 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: GENERIC,v 1.329 2020/08/10 06:33:45 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,11 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.328 $"
+#ident                 "GENERIC-$Revision: 1.329 $"
 
-makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions    COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
+       # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
+       # backtraces in DDB.
 
 maxusers       8
 options        RTC_OFFSET=0
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Mon Aug 10 06:33:45 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.134 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: INSTALL,v 1.135 2020/08/10 06:33:46 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,9 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.134 $"
+#ident                 "GENERIC-$Revision: 1.135 $"
 
-makeoptions    COPTS="-Os"
+makeoptions    COPTS="-Os -fno-omit-frame-pointer"
 
 maxusers       8
 options        RTC_OFFSET=0
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/ATARITT       Mon Aug 10 06:33:45 2020 +0000
@@ -1,14 +1,14 @@
 #
-# $NetBSD: ATARITT,v 1.120 2019/04/13 08:26:14 isaki Exp $
+# $NetBSD: ATARITT,v 1.121 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/FALCON        Mon Aug 10 06:33:45 2020 +0000
@@ -1,14 +1,14 @@
 #
-# $NetBSD: FALCON,v 1.117 2019/04/13 08:26:14 isaki Exp $
+# $NetBSD: FALCON,v 1.118 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/HADES Mon Aug 10 06:33:45 2020 +0000
@@ -1,15 +1,15 @@
 #
-# $NetBSD: HADES,v 1.115 2019/04/13 08:26:14 isaki Exp $
+# $NetBSD: HADES,v 1.116 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Mon Aug 10 06:33:45 2020 +0000
@@ -1,15 +1,15 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.93 2019/05/04 13:14:18 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.94 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Mon Aug 10 06:33:45 2020 +0000
@@ -1,15 +1,15 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.97 2019/05/04 13:14:18 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.98 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
diff -r 7780c50baf0c -r 990fa03932c8 sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030      Mon Aug 10 06:32:57 2020 +0000
+++ b/sys/arch/atari/conf/SMALL030      Mon Aug 10 06:33:45 2020 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: SMALL030,v 1.23 2018/03/31 04:17:27 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.24 2020/08/10 06:34:25 rin Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $
 include "arch/atari/conf/std.atari"
 makeoptions COPTS="-Os" # optimize for space
 maxusers 16



Home | Main Index | Thread Index | Old Index