aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-10-15 02:01:50 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-10-15 02:01:50 +0000
commit456aa5a8cff32628e20f357297b9cff4aeda76f8 (patch)
treea20bd23212e7b80514cbed67464472706284d997 /sys/ddb
parent26c51fb453bc1d2a482f487eead3e755452e463c (diff)
downloadsrc-456aa5a8cff32628e20f357297b9cff4aeda76f8.tar.gz
src-456aa5a8cff32628e20f357297b9cff4aeda76f8.zip
Forgot to commit this; the alpha uses the kld symbol interface now. The
tables that db_elf.c is expecting are not loaded in that format any more.
Notes
Notes: svn path=/head/; revision=40368
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_kld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c
index ed5bbd0eae57..f6d1e57a2f20 100644
--- a/sys/ddb/db_kld.c
+++ b/sys/ddb/db_kld.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_kld.c,v 1.2 1998/07/05 10:11:20 dfr Exp $
+ * $Id: db_kld.c,v 1.3 1998/10/09 23:34:09 peter Exp $
* from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp
*/
@@ -35,7 +35,7 @@
* Symbol table routines for a.out format files.
*/
-#if defined(__ELF__) && !defined(__alpha__)
+#if defined(__ELF__)
#include <sys/param.h>
#include <sys/systm.h>