summaryrefslogtreecommitdiff
path: root/core/src/xmake/binutils/coff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-19 22:55:22 +0800
committerruki <[email protected]>2025-12-19 22:55:22 +0800
commit2c497bc57fc27af645afbf3de2e4e6068ea853dc (patch)
treedef81c9e79c644381502f0bfe7c0ee7547536241 /core/src/xmake/binutils/coff
parentbbe585b9b8927d71f79f8c723110224e31348381 (diff)
add rpath list in binutils
Diffstat (limited to 'core/src/xmake/binutils/coff')
-rw-r--r--core/src/xmake/binutils/coff/prefix.h2
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