Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add the ARM processor-specific sections:
details: https://anonhg.NetBSD.org/src/rev/d6e2209cf640
branches: trunk
changeset: 787503:d6e2209cf640
user: christos <christos%NetBSD.org@localhost>
date: Fri Jun 21 01:40:24 2013 +0000
description:
Add the ARM processor-specific sections:
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf
diffstat:
sys/sys/exec_elf.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 6fb0573c8efd -r d6e2209cf640 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h Fri Jun 21 01:36:31 2013 +0000
+++ b/sys/sys/exec_elf.h Fri Jun 21 01:40:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf.h,v 1.127 2013/01/30 01:12:56 matt Exp $ */
+/* $NetBSD: exec_elf.h,v 1.128 2013/06/21 01:40:24 christos Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -429,6 +429,13 @@
#define SHT_HIOS 0x6fffffff
#define SHT_LOPROC 0x70000000 /* Processor-specific range */
#define SHT_AMD64_UNWIND 0x70000001 /* unwind information */
+#define SHT_ARM_EXIDX 0x70000001 /* exception index table */
+#define SHT_ARM_PREEMPTMAP 0x70000002 /* BPABI DLL dynamic linking
+ * pre-emption map */
+#define SHT_ARM_ATTRIBUTES 0x70000003 /* Object file compatibility
+ * attributes */
+#define SHT_ARM_DEBUGOVERLAY 0x70000004 /* See DBGOVL for details */
+#define SHT_ARM_OVERLAYSECTION 0x70000005
#define SHT_HIPROC 0x7fffffff
#define SHT_LOUSER 0x80000000 /* Application-specific range */
#define SHT_HIUSER 0xffffffff
Home |
Main Index |
Thread Index |
Old Index