diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-07-31 21:23:32 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-07-31 21:23:32 +0000 |
commit | dd6cadcadc068a068a037da9e911aac466908157 (patch) | |
tree | c55da909b063e88dfb5c7200100300ce501c304d /sys/arch/wgrisc/include | |
parent | 44a51653795105e0c92acdb97e109ad9c2cc2ac1 (diff) |
better version.
Diffstat (limited to 'sys/arch/wgrisc/include')
-rw-r--r-- | sys/arch/wgrisc/include/elf_abi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/include/elf_abi.h b/sys/arch/wgrisc/include/elf_abi.h index be988c70925..63ca890a0b4 100644 --- a/sys/arch/wgrisc/include/elf_abi.h +++ b/sys/arch/wgrisc/include/elf_abi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elf_abi.h,v 1.1 1997/02/06 16:02:44 pefo Exp $ */ +/* $OpenBSD: elf_abi.h,v 1.2 1997/07/31 21:23:31 pefo Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -55,3 +55,4 @@ #define DT_MIPS_HIPAGENO 0x70000014 /* Number of GOT page table entries */ #define DT_MIPS_RLD_MAP 0x70000016 /* Address of debug map pointer */ +#define DT_PROCNUM (DT_MIPS_HIPAGENO - DT_LOPROC + 1) |