Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Increase SYMTAB_SPACE to fix compilation of these k...



details:   https://anonhg.NetBSD.org/src/rev/0e86feb13a78
branches:  trunk
changeset: 765055:0e86feb13a78
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue May 17 22:19:37 2011 +0000

description:
Increase SYMTAB_SPACE to fix compilation of these kernels.

diffstat:

 sys/arch/algor/conf/P6032      |  6 +++---
 sys/arch/evbarm/conf/NSLU2     |  4 ++--
 sys/arch/evbmips/conf/AP30     |  6 +++---
 sys/arch/evbmips/conf/MERAKI   |  6 +++---
 sys/arch/evbmips/conf/RB153    |  6 +++---
 sys/arch/evbmips/conf/WGT624V3 |  6 +++---
 6 files changed, 17 insertions(+), 17 deletions(-)

diffs (145 lines):

diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/algor/conf/P6032 Tue May 17 22:19:37 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.56 2011/04/07 04:02:29 dyoung Exp $
+#      $NetBSD: P6032,v 1.57 2011/05/17 22:19:37 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.56 $"
+#ident                 "P6032-$Revision: 1.57 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=380000
+options        SYMTAB_SPACE=420000
 
 # File systems
 file-system    FFS             # Fast file system
diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/evbarm/conf/NSLU2
--- a/sys/arch/evbarm/conf/NSLU2        Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/evbarm/conf/NSLU2        Tue May 17 22:19:37 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NSLU2,v 1.18 2011/03/06 17:08:22 bouyer Exp $
+#      $NetBSD: NSLU2,v 1.19 2011/05/17 22:19:37 dyoung Exp $
 #
 #      Linksys NSLU2 "Slug" NAS Device
 #
@@ -139,7 +139,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=310000
+options        SYMTAB_SPACE=340000
 
 config         netbsd          root on ? type ?
 
diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/evbmips/conf/AP30
--- a/sys/arch/evbmips/conf/AP30        Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/evbmips/conf/AP30        Tue May 17 22:19:37 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: AP30,v 1.18 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: AP30,v 1.19 2011/05/17 22:19:38 dyoung Exp $
 
 include        "arch/evbmips/conf/std.atheros"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "AP30-$Revision: 1.18 $"
+#ident                 "AP30-$Revision: 1.19 $"
 
 maxusers       32
 
@@ -45,7 +45,7 @@
 options        DDB             # kernel dynamic debugger
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=150000     # size for embedded symbol table
+options        SYMTAB_SPACE=350000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries
diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/evbmips/conf/MERAKI
--- a/sys/arch/evbmips/conf/MERAKI      Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/evbmips/conf/MERAKI      Tue May 17 22:19:37 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MERAKI,v 1.14 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: MERAKI,v 1.15 2011/05/17 22:19:38 dyoung Exp $
 
 include        "arch/evbmips/conf/std.meraki"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MERAKI-$Revision: 1.14 $"
+#ident                 "MERAKI-$Revision: 1.15 $"
 
 maxusers       32
 
@@ -45,7 +45,7 @@
 options        DDB             # kernel dynamic debugger
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=300000     # size for embedded symbol table
+options        SYMTAB_SPACE=360000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries
diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/evbmips/conf/RB153
--- a/sys/arch/evbmips/conf/RB153       Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/evbmips/conf/RB153       Tue May 17 22:19:37 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: RB153,v 1.6 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: RB153,v 1.7 2011/05/17 22:19:38 dyoung Exp $
 #
 # Example kernel config for the RouterBOARD 153.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "RB153-$Revision: 1.6 $"
+#ident                 "RB153-$Revision: 1.7 $"
 
 maxusers       32
 
@@ -34,7 +34,7 @@
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 makeoptions    CPUFLAGS="-march=4kc"
-options        SYMTAB_SPACE=380000     # size for embedded symbol table
+options        SYMTAB_SPACE=440000     # size for embedded symbol table
 
 #options       MEMORY_DISK_HOOKS
 #options       MEMORY_DISK_IS_ROOT     # Force root on ram-disk
diff -r 7ecacb7bd5ad -r 0e86feb13a78 sys/arch/evbmips/conf/WGT624V3
--- a/sys/arch/evbmips/conf/WGT624V3    Tue May 17 22:01:41 2011 +0000
+++ b/sys/arch/evbmips/conf/WGT624V3    Tue May 17 22:19:37 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: WGT624V3,v 1.11 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: WGT624V3,v 1.12 2011/05/17 22:19:38 dyoung Exp $
 
 include        "arch/evbmips/conf/std.atheros"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "WGT624V3-$Revision: 1.11 $"
+#ident                 "WGT624V3-$Revision: 1.12 $"
 
 maxusers       32
 
@@ -46,7 +46,7 @@
 options        DDB             # kernel dynamic debugger
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=300000     # size for embedded symbol table
+options        SYMTAB_SPACE=360000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index