Bump SYMTAB_SPACE so that the contents fits again.

This commit is contained in:
he 2010-06-30 06:57:13 +00:00
parent 398e767108
commit 0aa887981d
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.94 2010/04/29 22:40:50 chs Exp $
# $NetBSD: GENERIC,v 1.95 2010/06/30 06:57:13 he Exp $
#
# GENERIC machine description file
#
@ -50,7 +50,7 @@ options DDB # in-kernel debugger
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
#makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=307200
options SYMTAB_SPACE=308000
#options SYSCALL_DEBUG
#options UVMHIST
#options UVMHIST_PRINT

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.78 2010/05/08 22:16:30 mrg Exp $
# $NetBSD: GENERIC,v 1.79 2010/06/30 07:03:26 he Exp $
include "arch/sbmips/conf/std.sbmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.78 $"
#ident "GENERIC-$Revision: 1.79 $"
#options LOCKDEBUG # XXX XXX XXX XXX
#options DEBUG # extra kernel debugging support
@ -33,7 +33,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
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=320000 # size for embedded symbol table
options SYMTAB_SPACE=330000 # size for embedded symbol table
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD binaries