diff options
| author | ruki <[email protected]> | 2025-12-19 22:55:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-19 22:55:22 +0800 |
| commit | 2c497bc57fc27af645afbf3de2e4e6068ea853dc (patch) | |
| tree | def81c9e79c644381502f0bfe7c0ee7547536241 /core/src/xmake/binutils/coff | |
| parent | bbe585b9b8927d71f79f8c723110224e31348381 (diff) | |
add rpath list in binutils
Diffstat (limited to 'core/src/xmake/binutils/coff')
| -rw-r--r-- | core/src/xmake/binutils/coff/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/coff/prefix.h b/core/src/xmake/binutils/coff/prefix.h index 8017beeff..8b882f0f6 100644 --- a/core/src/xmake/binutils/coff/prefix.h +++ b/core/src/xmake/binutils/coff/prefix.h @@ -34,7 +34,7 @@ #define XM_COFF_MACHINE_ARM 0x01c0 #define XM_COFF_MACHINE_ARM64 0xaa64 -/* PE Optional Header Magic */ +// PE Optional Header Magic #define XM_PE32_MAGIC 0x10b #define XM_PE32P_MAGIC 0x20b |
