summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2013-10-06 08:49:41 +0000
committerSimon Atanasyan <simon@atanasyan.com>2013-10-06 08:49:41 +0000
commit567f08517751290f4a75f2fe18ad0bafd6d35184 (patch)
tree0370b2273025a4e78069035c31f6bd92f493a292 /llvm
parent82f4901d5f500a898952bf0601b5892e0a6c8708 (diff)
downloadbcm5719-llvm-567f08517751290f4a75f2fe18ad0bafd6d35184.tar.gz
bcm5719-llvm-567f08517751290f4a75f2fe18ad0bafd6d35184.zip
[Mips] Add MIPS program header types.
llvm-svn: 192059
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ELF.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h
index 61d1a0d5cbd..8acaa4a5a8b 100644
--- a/llvm/include/llvm/Support/ELF.h
+++ b/llvm/include/llvm/Support/ELF.h
@@ -1447,7 +1447,12 @@ enum {
PT_ARM_ARCHEXT = 0x70000000, // Platform architecture compatibility info
// These all contain stack unwind tables.
PT_ARM_EXIDX = 0x70000001,
- PT_ARM_UNWIND = 0x70000001
+ PT_ARM_UNWIND = 0x70000001,
+
+ // MIPS program header types.
+ PT_MIPS_REGINFO = 0x70000000, // Register usage information.
+ PT_MIPS_RTPROC = 0x70000001, // Runtime procedure table.
+ PT_MIPS_OPTIONS = 0x70000002 // Options segment.
};
// Segment flag bits.
OpenPOWER on IntegriCloud