Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/sun3/conf Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/7d4491598b27
branches:  netbsd-9
changeset: 935637:7d4491598b27
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jul 07 10:49:11 2020 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #984):

        sys/arch/sun3/conf/DISKLESS3X: revision 1.61
        sys/arch/sun3/conf/GENERIC3X: revision 1.135
        sys/arch/sun3/conf/INSTALL3X: revision 1.61
        sys/arch/sun3/conf/INSTALL: revision 1.62
        sys/arch/sun3/conf/DISKLESS: revision 1.77
        sys/arch/sun3/conf/GENERIC: revision 1.182
        sys/arch/sun3/conf/RAMDISK3X: revision 1.44
        sys/arch/sun3/conf/RAMDISK: revision 1.56

Use "-fno-unwind-tables" to shrink binaries more.

sun3 GENERIC -Os
   text    data     bss     dec     hex filename
1762862   75292   93032 1931186  1d77b2 netbsd
sun3 GENERIC -Os -fno-unwind-tables
   text    data     bss     dec     hex filename
1545726   75292   93032 1714050  1a2782 netbsd

GENERIC is tested on TME.

diffstat:

 sys/arch/sun3/conf/DISKLESS   |  4 ++--
 sys/arch/sun3/conf/DISKLESS3X |  4 ++--
 sys/arch/sun3/conf/GENERIC    |  6 +++---
 sys/arch/sun3/conf/GENERIC3X  |  6 +++---
 sys/arch/sun3/conf/INSTALL    |  4 ++--
 sys/arch/sun3/conf/INSTALL3X  |  4 ++--
 sys/arch/sun3/conf/RAMDISK    |  4 ++--
 sys/arch/sun3/conf/RAMDISK3X  |  4 ++--
 8 files changed, 18 insertions(+), 18 deletions(-)

diffs (150 lines):

diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/DISKLESS
--- a/sys/arch/sun3/conf/DISKLESS       Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/DISKLESS       Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS,v 1.76 2018/12/19 13:57:50 maxv Exp $
+# $NetBSD: DISKLESS,v 1.76.4.1 2020/07/07 10:49:11 martin Exp $
 
 # DISKLESS - Root and swap on NFS
 # Desktop machines only (3/50, 3/60, 3/110)
@@ -9,7 +9,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"             # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 options        FPU_EMULATE
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/DISKLESS3X
--- a/sys/arch/sun3/conf/DISKLESS3X     Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/DISKLESS3X     Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS3X,v 1.60 2018/08/01 20:04:14 maxv Exp $
+# $NetBSD: DISKLESS3X,v 1.60.4.1 2020/07/07 10:49:11 martin Exp $
 
 # DISKLESS - Root and swap on NFS
 # Desktop machines only (3/80)
@@ -9,7 +9,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"     # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 # options      FPU_EMULATE     # XXX - Ever needed?
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC        Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/GENERIC        Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.181 2019/04/26 22:46:04 sevan Exp $
+# $NetBSD: GENERIC,v 1.181.2.1 2020/07/07 10:49:11 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,9 +25,9 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.181 $"
+#ident         "GENERIC-$Revision: 1.181.2.1 $"
 
-makeoptions    COPTS="-Os"             # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 options        FPU_EMULATE
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X      Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X      Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.134 2019/04/26 22:46:04 sevan Exp $
+# $NetBSD: GENERIC3X,v 1.134.2.1 2020/07/07 10:49:11 martin Exp $
 
 # GENERIC Sun3X (3/80, 3/470)
 # Supports root on: ie0, le0, sd*, ...
@@ -7,9 +7,9 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC3X-$Revision: 1.134 $"
+#ident         "GENERIC3X-$Revision: 1.134.2.1 $"
 
-makeoptions    COPTS="-Os"     # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE     # XXX - Ever needed?
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/INSTALL
--- a/sys/arch/sun3/conf/INSTALL        Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/INSTALL        Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.61 2018/08/01 20:04:14 maxv Exp $
+# $NetBSD: INSTALL,v 1.61.4.1 2020/07/07 10:49:11 martin Exp $
 #
 # INSTALL - Installation kernel for the Sun3
 #
@@ -11,7 +11,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"     # Optimise for space. Implies -O2
+makeoptions    COPTS="-Os -fno-unwind-tables"  # Optimise for space. Implies -O2
 
 # Machines to be supported by this kernel
 options        FPU_EMULATE
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/INSTALL3X
--- a/sys/arch/sun3/conf/INSTALL3X      Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/INSTALL3X      Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL3X,v 1.60 2018/08/01 20:04:14 maxv Exp $
+# $NetBSD: INSTALL3X,v 1.60.4.1 2020/07/07 10:49:11 martin Exp $
 #
 # INSTALL3X - Installation kernel for the Sun3X
 #
@@ -11,7 +11,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"     # Optimise for space. Implies -O2
+makeoptions    COPTS="-Os -fno-unwind-tables"  # Optimise for space. Implies -O2
 
 # Machines to be supported by this kernel
 # options      FPU_EMULATE     # XXX - Ever needed?
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/RAMDISK
--- a/sys/arch/sun3/conf/RAMDISK        Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/RAMDISK        Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.55 2019/02/07 04:33:58 mrg Exp $
+#      $NetBSD: RAMDISK,v 1.55.4.1 2020/07/07 10:49:11 martin Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -10,7 +10,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"             # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 # options      FPU_EMULATE             # No FP code here!
diff -r f826e963677e -r 7d4491598b27 sys/arch/sun3/conf/RAMDISK3X
--- a/sys/arch/sun3/conf/RAMDISK3X      Tue Jul 07 10:46:27 2020 +0000
+++ b/sys/arch/sun3/conf/RAMDISK3X      Tue Jul 07 10:49:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.43 2019/02/07 04:33:58 mrg Exp $
+# $NetBSD: RAMDISK3X,v 1.43.4.1 2020/07/07 10:49:11 martin Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -10,7 +10,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-makeoptions    COPTS="-Os"     # bootloader has size limit (~2MB)
+makeoptions    COPTS="-Os -fno-unwind-tables"  # bootloader has size limit (~2MB)
 
 # Machines to be supported by this kernel
 # options      FPU_EMULATE     # XXX - Ever needed?



Home | Main Index | Thread Index | Old Index