diff options
author | imp <imp@cvs.openbsd.org> | 1996-12-11 05:55:36 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-12-11 05:55:36 +0000 |
commit | 983a837174b07619468870be85a1217429e53758 (patch) | |
tree | 2fa0abe825d50aa6abe5c6987dbca61ca879106d /sys/arch/arc/include/elf_abi.h | |
parent | 36aa6c0208b0b1541aacec0ff0bc7c173b782a70 (diff) |
Sync headers to ld.so for gdb/arc support
Diffstat (limited to 'sys/arch/arc/include/elf_abi.h')
-rw-r--r-- | sys/arch/arc/include/elf_abi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arc/include/elf_abi.h b/sys/arch/arc/include/elf_abi.h index c2c6bee32c0..4290c15563a 100644 --- a/sys/arch/arc/include/elf_abi.h +++ b/sys/arch/arc/include/elf_abi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elf_abi.h,v 1.1 1996/09/17 18:26:24 pefo Exp $ */ +/* $OpenBSD: elf_abi.h,v 1.2 1996/12/11 05:55:34 imp 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) |