wasm-micro-runtime/core/iwasm/aot/arch
a seven fc78d67e15
Fix the error of AOT mode on the "i386-windows-msvc" platform (#4183)
* Fix errors on the "i386-windows-msvc" platform
* Refactor symbol name handling for AOT COFF32 binary format
* Fix preprocessor directive placement for Windows compatibility in aot_reloc_x86_32.c

---------

Co-authored-by: liang.he@intel.com <liang.he@intel.com>
2025-04-17 00:04:27 +08:00
..
aot_reloc_aarch64.c fix: fix load aarch64 aot failed (#4114) 2025-03-04 16:45:47 +08:00
aot_reloc_arc.c Add missing symbols for arc aot relocation (#1408) 2022-08-23 17:38:55 +08:00
aot_reloc_arm.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_dummy.c Fix build issues when compiling WAMRC as a cross-compiler (#4112) 2025-03-20 14:24:30 +08:00
aot_reloc_mips.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_riscv.c Fix missing symbols when using aot mode on riscv platforms (#3812) 2024-09-28 21:55:09 +08:00
aot_reloc_thumb.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_x86_32.c Fix the error of AOT mode on the "i386-windows-msvc" platform (#4183) 2025-04-17 00:04:27 +08:00
aot_reloc_x86_64.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_xtensa.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00