Module Name: src Committed By: he Date: Sun May 15 13:38:20 UTC 2011
Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbppc/conf/EXPLORA451 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbppc/conf/EXPLORA451 diff -u src/sys/arch/evbppc/conf/EXPLORA451:1.43 src/sys/arch/evbppc/conf/EXPLORA451:1.44 --- src/sys/arch/evbppc/conf/EXPLORA451:1.43 Mon Mar 7 15:49:50 2011 +++ src/sys/arch/evbppc/conf/EXPLORA451 Sun May 15 13:38:20 2011 @@ -1,4 +1,4 @@ -# $NetBSD: EXPLORA451,v 1.43 2011/03/07 15:49:50 jakllsch Exp $ +# $NetBSD: EXPLORA451,v 1.44 2011/05/15 13:38:20 he 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=410000 +options SYMTAB_SPACE=420000 # Compatibility options options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,