mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 13:13:21 +08:00
[lwp/aarch64] Fix macro definition style in reloc.c
Split the merged #define macros on line 13 into separate lines to comply with coding standards and avoid potential preprocessor issues.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
#define Elf_Word Elf64_Word
|
||||
#define Elf_Addr Elf64_Addr
|
||||
#define Elf_Half Elf64_Half
|
||||
#define Elf_Ehdr Elf64_Ehdr #define Elf_Phdr Elf64_Phdr
|
||||
#define Elf_Ehdr Elf64_Ehdr
|
||||
#define Elf_Phdr Elf64_Phdr
|
||||
#define Elf_Shdr Elf64_Shdr
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user