mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Add STT_SPARC_REGISTER ELF definition
MFC after: 1 week
This commit is contained in:
parent
798e1ce39b
commit
4456b8f5cf
1 changed files with 3 additions and 2 deletions
|
|
@ -771,8 +771,9 @@ typedef struct {
|
|||
#define STT_LOOS 10 /* Reserved range for operating system */
|
||||
#define STT_GNU_IFUNC 10
|
||||
#define STT_HIOS 12 /* specific semantics. */
|
||||
#define STT_LOPROC 13 /* reserved range for processor */
|
||||
#define STT_HIPROC 15 /* specific semantics. */
|
||||
#define STT_LOPROC 13 /* Start of processor reserved range. */
|
||||
#define STT_SPARC_REGISTER 13 /* SPARC register information. */
|
||||
#define STT_HIPROC 15 /* End of processor reserved range. */
|
||||
|
||||
/* Symbol visibility - ELFNN_ST_VISIBILITY - st_other */
|
||||
#define STV_DEFAULT 0x0 /* Default visibility (see binding). */
|
||||
|
|
|
|||
Loading…
Reference in a new issue