mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add define for MIPS.options
This commit is contained in:
parent
59e1f8ae92
commit
27f3b996d0
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ typedef struct {
|
|||
#define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */
|
||||
#define SHT_LOPROC 0x70000000 /* reserved range for processor */
|
||||
#define SHT_AMD64_UNWIND 0x70000001 /* unwind information */
|
||||
#define SHT_MIPS_OPTIONS 0x7000000d
|
||||
#define SHT_MIPS_DWARF 0x7000001e /* MIPS gcc uses MIPS_DWARF */
|
||||
#define SHT_HIPROC 0x7fffffff /* specific section header types */
|
||||
#define SHT_LOUSER 0x80000000 /* reserved range for application */
|
||||
|
|
|
|||
Loading…
Reference in a new issue