Remove DDB_ELF_SYMBOLS and DDB_KLD_SYMBOLS options. KLD will be the sole

interface to symbols in an elf kernel.
This commit is contained in:
Peter Wemm 1998-10-09 23:26:26 +00:00
parent 7deb2dabef
commit 1dd643abae
2 changed files with 4 additions and 5 deletions

View file

@ -66,8 +66,8 @@ cam/scsi/scsi_pass.c optional pass
cam/scsi/scsi_scan.c optional scan
cam/scsi/scsi_target.c optional targ
ddb/db_access.c optional ddb
ddb/db_kld.c optional ddb db_kld_symbols
ddb/db_elf.c optional ddb db_elf_symbols
ddb/db_kld.c optional ddb
ddb/db_elf.c optional ddb
ddb/db_aout.c optional ddb
ddb/db_break.c optional ddb
ddb/db_command.c optional ddb
@ -205,6 +205,7 @@ kern/kern_intr.c standard
kern/kern_module.c standard
kern/kern_linker.c standard
kern/link_aout.c standard
kern/link_elf.c standard
kern/kern_acct.c standard
kern/kern_clock.c standard
kern/kern_conf.c standard

View file

@ -1,4 +1,4 @@
# $Id: options,v 1.102 1998/10/02 05:15:45 ken Exp $
# $Id: options,v 1.103 1998/10/07 03:30:55 gibbs Exp $
#
# On the handling of kernel options
#
@ -47,8 +47,6 @@ COMPILING_LINT opt_lint.h
DDB
DDB_UNATTENDED opt_ddb.h
GDB_REMOTE_CHAT opt_ddb.h
DB_KLD_SYMBOLS opt_ddb.h
DB_ELF_SYMBOLS opt_ddb.h
DEVFS
FAILSAFE
HW_WDOG