diff options
| author | ruki <[email protected]> | 2025-12-09 00:46:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-09 00:46:58 +0800 |
| commit | 9459655ebc9cca1f945c71aa79dbe27a921f827e (patch) | |
| tree | 7cb8a6b32de06ea51a56102e48069ef7bcb32ac7 /core/src/xmake/binutils/elf | |
| parent | d1849e1b1a9d5accc1a3555272e27c96b863bbd8 (diff) | |
read symbols from .a
Diffstat (limited to 'core/src/xmake/binutils/elf')
| -rw-r--r-- | core/src/xmake/binutils/elf/prefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/binutils/elf/prefix.h b/core/src/xmake/binutils/elf/prefix.h index 6eba9ac51..d79fe3e11 100644 --- a/core/src/xmake/binutils/elf/prefix.h +++ b/core/src/xmake/binutils/elf/prefix.h @@ -137,6 +137,7 @@ typedef struct __xm_elf64_symbol_t { tb_uint64_t st_value; tb_uint64_t st_size; } __tb_packed__ xm_elf64_symbol_t; +#include "tbox/prefix/packed.h" /* ////////////////////////////////////////////////////////////////////////////////////// * inline implementation |
