Commit Graph

1639 Commits

Author SHA1 Message Date
Nikolay Nikolov
263e7e1de1 * removed tf_under_development from the wasip1 and wasip1threads targets, since they're now relatively stable (unlike wasip2) 2025-03-10 21:54:37 +02:00
Nikolay Nikolov
c515d45026 + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02:00
florian
b4b4896f7f * ensure result is set 2025-03-01 22:33:11 +01:00
Michaël Van Canneyt
0df9da502b * Correct errors like "then;" . Fixes issue #41171 2025-03-01 20:49:54 +01:00
Nikolay Nikolov
4ac20ba523 + added tf_no_pic_supported to the WASI platforms 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
b9098d8c5f + register the wasip1threads target in the compiler 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
4340d03ba9 + compiler support for a new target: wasip1threads 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
251ca6b658 * ifdef on wasip1 when setting the source OS info to wasip1 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
59ab80bbb0 + add WASI as extra define for the wasip1 target 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
5a32b7159e * system_wasm32_wasi_info renamed system_wasm32_wasip1_info 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
2bc965ee28 * the name string of the WASI target changed from 'The WebAssembly System Interface (WASI)' to 'The WebAssembly System Interface Preview 1 (WASI 0.1)' 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
e20466ffd1 * system_wasm32_wasi renamed system_wasm32_wasip1 2025-02-28 15:12:19 +02:00
Pierre Muller
665b019ef3 Fix ld.lld options for i386-freebsd target 2025-02-22 14:22:16 +01:00
Pierre Muller
389c927061 Allow to use ld64.lld if -XLL option is used 2025-02-17 15:06:52 -06:00
ccrause
891e91590f Do not add abi-call0 to linker options for esp8266 2025-01-07 18:18:20 +00:00
Kirill Kranz
dad75d4472 clearing the bss section on startup
this allows smart linking
2024-11-09 09:27:27 +00:00
Jonas Maebe
fd83bb10d4 macOS: use -macos_version_min for recent versions
-macosx_version_min was renamed. Ideally we would base this on the version of
the toolset used, but we don't know that. Instead, use it when targeting
more recent macOS versions
2024-10-26 15:28:47 +02:00
Nikolay Nikolov
1850aa96b5 + PS1: show linking message 2024-10-04 22:09:50 +03:00
Nikolay Nikolov
0c7aa1805d + PS1: allow creating a linker map file with the -Xm option 2024-10-04 22:06:07 +03:00
Nikolay Nikolov
c24cae29d6 + PS1: initialize StackLength and StackBottom 2024-10-04 16:45:12 +03:00
Nikolay Nikolov
9fa091f8f5 * reduced the default stack size for PS1 to 256KB 2024-10-04 16:23:13 +03:00
Kirill Kranz
57eba4032c removed InitSysInitUnitName 2024-10-02 21:29:53 +02:00
Kirill Kranz
cd3a06f66e link all the sdk bindings .o files 2024-10-02 21:29:47 +02:00
Kirill Kranz
66f73d466b psy-q-sdk lib duplicate named *.o files excluded from link 2024-09-29 16:59:02 +03:00
Kirill Kranz
a6eeaf2c72 set_source_info behind defines 2024-09-29 16:59:02 +03:00
Kirill Kranz
e9d8bcf484 hlcgcpu.pas: uses unit systems + t_ps1.pas: correct Message3 2024-09-29 16:58:12 +03:00
Kirill Kranz
9a8c6fe93d NtoLE() fix 2024-09-29 16:58:12 +03:00
Kirill Kranz
2f5cbbacb7 DynArrays works
because of InitHeap3, malloc3 and free3 functions from the psy-q-sdk
2024-09-29 16:58:12 +03:00
Kirill Kranz
ec2f18f8be compiles cube.pas example 2024-09-29 16:56:18 +03:00
Kirill Kranz
52651a7ede First compiler Build 2024-09-29 16:56:18 +03:00
Karoly Balogh
2bdfabe607 windows: fix external linking with binutils >= 2.36, based on a patch by Pierre Muller 2024-09-23 11:36:53 +02:00
Pierre Muller
f5336f6311 Set DynamicLinker for FreeBSD systems 2024-09-13 09:22:29 +00:00
Nikolay Nikolov
23debb77b3 * set procalign and loopalign to 0 for WebAssembly - code alignment is unnecessary, as this is a VM. 2024-09-11 04:12:00 +03:00
ccrause
d53a81e2d9 Exclude AW flags for sec_fpc data for embedded and freertos targets. 2024-09-01 20:22:17 +00:00
Nikolay Nikolov
44f58c702f * get rid of WebAssembly constant DefaultMaxMemoryForThreads, because it was
repeated twice. Instead, set maxheapsize correctly with the default value in
  init_parser.
2024-08-18 10:51:40 +03:00
florian
b499e7593a * corrected alignment for Risc-V on Linux 2024-08-16 19:55:34 +02:00
ccrause
10ec49d75b Remap .data with fpc specific information to outside normal memory range. 2024-08-12 20:10:30 +00:00
Nikolay Nikolov
7b05051fc1 * WebAssembly internal linker: add the .tbss section size to the result of GetBssSize 2024-08-11 03:29:39 +03:00
Nikolay Nikolov
914b1feceb * WebAssembly threads internal linker: create a startup function for
initializing shared memory (dummy for now)
2024-08-11 01:37:50 +03:00
Nikolay Nikolov
70ca28701b * WebAssembly threads internal linker: add the .tbss section to the linker
script in case threads are enabled
2024-08-10 20:10:19 +03:00
Nikolay Nikolov
0642f14552 * WebAssembly threads internal linker: declare the symbol __wasm_init_tls in the
.text section (function will be generated later by the linker)
2024-08-10 19:59:11 +03:00
Nikolay Nikolov
a87481cfa4 * WebAssembly threads internal linker: declare the __tls_base, __tls_size and
__tls_align symbols in the internal linker script if threads are enabled
2024-08-10 19:50:48 +03:00
Nikolay Nikolov
8bbb28ace8 + WASI: enable the generic stack checking 2024-08-06 05:00:14 +03:00
Nikolay Nikolov
3c027b0ba0 * WebAssembly threads: use the stack size, specified for the main thread (via
the $M directive, or the '-Cs' compiler option) as the default stack size for
  other spawned threads
2024-08-05 01:59:13 +03:00
Nikolay Nikolov
aaf536ae10 * WebAssembly: allow specifying the initial and max memory size via the $M
directive
2024-08-04 04:11:10 +03:00
florian
b71b5b771f * fixes building for ARM 2024-07-19 18:34:40 +02:00
Michael Ring
14b3c11c0d Initial support for esp32-c6-s2-s3. Support for idf versions 5.0.6 and 5.2.1 2024-07-18 20:16:04 +00:00
Nikolay Nikolov
a71995a521 * wasi internal linker: fixed crashes introduced by previous commit in
GetDataSize and GetBssSize
2024-06-28 00:30:12 +03:00
Nikolay Nikolov
6f8655ecc9 * split the sections strings into groups and add comments about the importance
of the section order and grouping. No functional changes.
2024-06-28 00:30:12 +03:00
Nikolay Nikolov
924d4b9b53 + wasm internal linker: count the 'fpc.reshandles' section towards the bss size
of the binary
2024-06-28 00:30:12 +03:00