Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Add PT_ARM_EXIDX
details: https://anonhg.NetBSD.org/src/rev/68176b3eef1e
branches: trunk
changeset: 786275:68176b3eef1e
user: matt <matt%NetBSD.org@localhost>
date: Wed Apr 24 22:35:23 2013 +0000
description:
Add PT_ARM_EXIDX
diffstat:
sys/arch/arm/include/elf_machdep.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 2f09e63a1557 -r 68176b3eef1e sys/arch/arm/include/elf_machdep.h
--- a/sys/arch/arm/include/elf_machdep.h Wed Apr 24 22:32:29 2013 +0000
+++ b/sys/arch/arm/include/elf_machdep.h Wed Apr 24 22:35:23 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.10 2012/08/05 04:12:46 matt Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.11 2013/04/24 22:35:23 matt Exp $ */
#ifndef _ARM_ELF_MACHDEP_H_
#define _ARM_ELF_MACHDEP_H_
@@ -117,6 +117,9 @@
#define PF_ARM_PI 0x20000000
#define PF_ARM_ENTRY 0x80000000
+/* Processor specific program header types */
+#define PT_ARM_EXIDX (PT_LOPROC + 1)
+
/* Processor specific section header flags */
#define SHF_ENTRYSECT 0x10000000
#define SHF_COMDEF 0x80000000
Home |
Main Index |
Thread Index |
Old Index