mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
microblaze port
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.
This commit is contained in:
@@ -2516,6 +2516,30 @@ typedef Elf32_Addr Elf32_Conflict;
|
||||
#define R_M32R_GOTOFF_LO 64
|
||||
#define R_M32R_NUM 256
|
||||
|
||||
#define R_MICROBLAZE_NONE 0
|
||||
#define R_MICROBLAZE_32 1
|
||||
#define R_MICROBLAZE_32_PCREL 2
|
||||
#define R_MICROBLAZE_64_PCREL 3
|
||||
#define R_MICROBLAZE_32_PCREL_LO 4
|
||||
#define R_MICROBLAZE_64 5
|
||||
#define R_MICROBLAZE_32_LO 6
|
||||
#define R_MICROBLAZE_SRO32 7
|
||||
#define R_MICROBLAZE_SRW32 8
|
||||
#define R_MICROBLAZE_64_NONE 9
|
||||
#define R_MICROBLAZE_32_SYM_OP_SYM 10
|
||||
#define R_MICROBLAZE_GNU_VTINHERIT 11
|
||||
#define R_MICROBLAZE_GNU_VTENTRY 12
|
||||
#define R_MICROBLAZE_GOTPC_64 13
|
||||
#define R_MICROBLAZE_GOT_64 14
|
||||
#define R_MICROBLAZE_PLT_64 15
|
||||
#define R_MICROBLAZE_REL 16
|
||||
#define R_MICROBLAZE_JUMP_SLOT 17
|
||||
#define R_MICROBLAZE_GLOB_DAT 18
|
||||
#define R_MICROBLAZE_GOTOFF_64 19
|
||||
#define R_MICROBLAZE_GOTOFF_32 20
|
||||
#define R_MICROBLAZE_COPY 21
|
||||
#define R_MICROBLAZE_NUM 22
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user