added 16-bit x86 assembly support
This commit is contained in:
4
elf.h
4
elf.h
@ -949,6 +949,10 @@ typedef struct
|
||||
/* Keep this the last entry. */
|
||||
#define R_386_NUM 11
|
||||
|
||||
/* TCC-specific 16-bit relocs. */
|
||||
#define R_386_16 12 /* Direct 16 bit */
|
||||
#define R_386_PC16 13 /* PC relative 16 bit */
|
||||
|
||||
/* SUN SPARC specific definitions. */
|
||||
|
||||
/* Values for Elf64_Ehdr.e_flags. */
|
||||
|
||||
Reference in New Issue
Block a user