diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-08-06 03:33:24 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-08-06 03:33:24 +0000 |
commit | c92bd01038bf47b29de0ee33c21a5ef382c0b35d (patch) | |
tree | 14a7b7debd386bd91b01dad6dff8554b654fbf85 /sys/arch/powerpc/include | |
parent | a6a693f0710543120716e142af8d613100f1f04c (diff) |
No, powerpc is not Elf64, it is Elf32. stupid comment error.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 85031911afb..161a7d3d04c 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.16 2002/06/08 16:02:14 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.17 2002/08/06 03:33:23 drahn Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -38,7 +38,7 @@ #include <machine/trap.h> /* - * We use Elf64 symbols in DDB. + * We use Elf32 symbols in DDB. */ #define DB_ELF_SYMBOLS #define DB_ELFSIZE 32 |