mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
[Mips] Add MIPS program header types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79c5e0c5ca
commit
26ba5df2eb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user