76
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ wasm internal object reader: read tag imports More... about 1 year ago
+ wasm internal object reader: parse the tag section More... about 1 year ago
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler. More... about 1 year ago
* wasm internal linker: fixed the relocation of imported function symbol aliases More... about 1 year ago
+ WASI internal linker: simplify linker script generation for the .text, .rodata, .data and .bss sections via the use of ScriptAddGenericSections More... about 1 year ago
+ WASI internal linker: also add .debug_frame and .debug_str sections to the output binary More... about 1 year ago
+ WASI internal linker: add all object sections, starting with '.bss' to the .bss section More... about 1 year ago
+ test from Rika for merge request 566
FPK
as florian
More... about 1 year ago
* Some code cleanup in Extract* functions. Fixes issue #40587 More... about 1 year ago
* fix warning More... about 1 year ago
* fix warning More... about 1 year ago
+ wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations More... about 1 year ago
- wasm internal object reader: removed redundant check for R_WASM_TABLE_INDEX_I32 pointing to a SYMTAB_FUNCTION entry (we now do this check earlier) More... about 1 year ago
* wasm internal linker: set mempos of debug sections to 0 More... about 1 year ago
* wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations More... about 1 year ago
+ wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol More... about 1 year ago
* fix warning More... about 1 year ago
+ wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol More... about 1 year ago
+ wasm internal object reader: added range check to the reader of the SymKind field More... about 1 year ago
* fix warning More... about 1 year ago
m68k-atari: regenerated Makefile More... about 1 year ago
m68k-atari: fix installation of sysconts and heaptrc units More... about 1 year ago
+ wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry More... about 1 year ago
* refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes. More... about 1 year ago
* refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes. More... about 1 year ago
* wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead) More... about 1 year ago
* wasm internal object reader: validation of the RelocIndex range moved to a single place - in ReadRelocationSection More... about 1 year ago
+ support R_WASM_SECTION_OFFSET_I32 relocations in the wasm internal object reader More... about 1 year ago
+ wasm internal object reader: support relocations for debug sections More... about 1 year ago
+ wasm internal object reader: record section indices for debug sections. Check for duplicated debug sections. More... about 1 year ago