Nikolay Nikolov
|
d1348d17bf
+ WebAssembly threads internal linker: create a global symbol for all AT_TLS data symbols
|
1 year ago |
Nikolay Nikolov
|
7e938ffafc
* WebAssembly threads internal linker: set MemPos for data sections correctly
|
1 year ago |
Nikolay Nikolov
|
99b7b19f17
* WebAssembly threads internal linker: import WASM_SYM_TLS symbols as AT_TLS, instead of AT_DATA
|
1 year ago |
Nikolay Nikolov
|
db86dd07fb
* WebAssembly threads internal linker: mark the __tls_base, __tls_size and __tls_align symbols as WebAssembly globals
|
1 year ago |
Nikolay Nikolov
|
6ec1b7e1b5
+ WebAssembly threads internal linker: debug print threadvar relocations,
|
1 year ago |
Nikolay Nikolov
|
44a5f6623b
+ WebAssembly threads internal linker: create the __wasm_init_tls symbol's
|
1 year ago |
Nikolay Nikolov
|
961042356c
* WebAssembly threads internal linker: fix validation of R_WASM_GLOBAL_INDEX_LEB relocations in modules that support threads
|
1 year ago |
Nikolay Nikolov
|
c88037b8a7
* fixed another crash in the wasi internal linker, caused by missing resource section
|
1 year ago |
Nikolay Nikolov
|
07da0058e3
+ wasm internal linker optimization: write only the non-empty data sections to
|
1 year ago |
Nikolay Nikolov
|
c4f046f1b8
+ wasi internal linker: also write the fpc.resources section to the file
|
1 year ago |
florian
|
4867d48e99
+ support for .debug_loc and .debuc_loclist sections
|
1 year ago |
Nikolay Nikolov
|
e3f4bad164
* fixed internal linker crash if no tags are defined (i.e. no WASM native exceptions used)
|
1 year ago |
Nikolay Nikolov
|
93365f7e38
* wasm internal linker: produce an internal error on unknown relocations
|
1 year ago |
Nikolay Nikolov
|
cd72a8910e
+ wasm internal linker: implemented RELOC_TAG_INDEX_LEB relocations
|
1 year ago |
Nikolay Nikolov
|
4084da63ab
+ wasm internal linker: create the tag section (if not empty)
|
1 year ago |
Nikolay Nikolov
|
033a2ae2e7
* wasm internal linker: set mempos of the .wasm_tags (and .wasm_globals) section to 0
|
1 year ago |
Nikolay Nikolov
|
6b47a03cc9
* wasm internal object reader: handle tag symbol flags properly (support weak and local symbols)
|
1 year ago |
Nikolay Nikolov
|
1d48cd7eba
* wasm internal linker: treat exception symbols as AB_COMMON
|
1 year ago |
Nikolay Nikolov
|
07677f4214
* wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects
|
1 year ago |
Nikolay Nikolov
|
3121f3f8a0
* wasm internal object reader: validate that R_WASM_TAG_INDEX_LEB relocations point to a SYMTAB_EVENT symbol
|
1 year ago |
Nikolay Nikolov
|
962b36a6e8
+ wasm internal object reader: create symbols for SYMTAB_EVENT entries in the symbol table
|
1 year ago |
Nikolay Nikolov
|
09accffd28
+ wasm internal object reader: range check event symbols against the tag index space (imports + tag section)
|
1 year ago |
Nikolay Nikolov
|
02b7cc0e56
+ wasm internal object reader: read tags from the export section
|
1 year ago |
Nikolay Nikolov
|
79d739baa6
+ wasm internal object reader: bounds check the tag type index against the types table
|
1 year ago |
Nikolay Nikolov
|
2de0bcb8d0
+ wasm internal object reader: store the tags from the tag section in the TagTypes array
|
1 year ago |
Nikolay Nikolov
|
55002d1905
+ wasm internal object reader: read tag imports
|
1 year ago |
Nikolay Nikolov
|
c527437594
+ wasm internal object reader: parse the tag section
|
1 year ago |
Nikolay Nikolov
|
7f3ed9e85c
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler.
|
1 year ago |
Nikolay Nikolov
|
6a9376cb9e
* wasm internal linker: fixed the relocation of imported function symbol aliases
|
1 year ago |
Nikolay Nikolov
|
aac37e3179
* fix warning
|
1 year ago |