mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
[Mips] Add more special values for the st_other field in the symbol
table entry for MIPS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1eed8904e8
commit
8612f6be58
@ -907,7 +907,11 @@ enum {
|
||||
|
||||
// Special values for the st_other field in the symbol table entry for MIPS.
|
||||
enum {
|
||||
STO_MIPS_MICROMIPS = 0x80 // MIPS Specific ISA for MicroMips
|
||||
STO_MIPS_OPTIONAL = 0x04, // Symbol whose definition is optional
|
||||
STO_MIPS_PLT = 0x08, // PLT entry related dynamic table record
|
||||
STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
|
||||
STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips
|
||||
STO_MIPS_MIPS16 = 0xf0 // MIPS Specific ISA for Mips16
|
||||
};
|
||||
|
||||
// Hexagon Specific e_flags
|
||||
|
Loading…
Reference in New Issue
Block a user