Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf LLVM builds have a slightly larger symb...



details:   https://anonhg.NetBSD.org/src/rev/144b00d28ace
branches:  trunk
changeset: 331418:144b00d28ace
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 10 17:56:23 2014 +0000

description:
LLVM builds have a slightly larger symbol table, so bump the space.

diffstat:

 sys/arch/evbppc/conf/EXPLORA451 |  4 ++--
 sys/arch/evbppc/conf/P2020DS    |  6 +++---
 sys/arch/evbppc/conf/PMPPC      |  4 ++--
 sys/arch/evbppc/conf/WALNUT     |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 98e347d8adfa -r 144b00d28ace sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Sun Aug 10 17:55:08 2014 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Sun Aug 10 17:56:23 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EXPLORA451,v 1.54 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: EXPLORA451,v 1.55 2014/08/10 17:56:23 joerg Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -52,7 +52,7 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=430000
+options        SYMTAB_SPACE=440000
 
 # Compatibility options
 options        COMPAT_NOMID    # compatibility with 386BSD, BSDI, NetBSD 0.8,
diff -r 98e347d8adfa -r 144b00d28ace sys/arch/evbppc/conf/P2020DS
--- a/sys/arch/evbppc/conf/P2020DS      Sun Aug 10 17:55:08 2014 +0000
+++ b/sys/arch/evbppc/conf/P2020DS      Sun Aug 10 17:56:23 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P2020DS,v 1.20 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: P2020DS,v 1.21 2014/08/10 17:56:23 joerg Exp $
 #
 #      P2020DS -- everything that's currently supported
 #
@@ -8,7 +8,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "P2020DS-$Revision: 1.20 $"
+ident          "P2020DS-$Revision: 1.21 $"
 
 maxusers       32
 
@@ -46,7 +46,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=425000     # size for embedded symbol table
+options        SYMTAB_SPACE=435000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 
diff -r 98e347d8adfa -r 144b00d28ace sys/arch/evbppc/conf/PMPPC
--- a/sys/arch/evbppc/conf/PMPPC        Sun Aug 10 17:55:08 2014 +0000
+++ b/sys/arch/evbppc/conf/PMPPC        Sun Aug 10 17:56:23 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PMPPC,v 1.30 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: PMPPC,v 1.31 2014/08/10 17:56:23 joerg Exp $
 #
 #      PMPPC
 #
@@ -33,7 +33,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       TRAP_PANICWAIT
-options        SYMTAB_SPACE=580000     # size for embedded symbol table
+options        SYMTAB_SPACE=590000     # size for embedded symbol table
 
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
diff -r 98e347d8adfa -r 144b00d28ace sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Sun Aug 10 17:55:08 2014 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Sun Aug 10 17:56:23 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WALNUT,v 1.66 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: WALNUT,v 1.67 2014/08/10 17:56:23 joerg Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -39,7 +39,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=470000     # size for embedded symbol table
+options        SYMTAB_SPACE=490000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 



Home | Main Index | Thread Index | Old Index