Commit History

Author SHA1 Message Date
  Nikolay Nikolov 30c8930c30 * fix warning 1 year ago
  Nikolay Nikolov dc16426790 + wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol 1 year ago
  Nikolay Nikolov b35c118244 + wasm internal object reader: added range check to the reader of the SymKind field 1 year ago
  Nikolay Nikolov f3401c3f53 * fix warning 1 year ago
  Karoly Balogh 0bb6ab24a2 m68k-atari: regenerated Makefile 1 year ago
  Karoly Balogh 2ec9f59b38 m68k-atari: fix installation of sysconts and heaptrc units 1 year ago
  Nikolay Nikolov 3071ae231a + wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry 1 year ago
  Nikolay Nikolov baf9681684 * refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes. 1 year ago
  Nikolay Nikolov 00d8d53c4e * refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes. 1 year ago
  Nikolay Nikolov d87a6c89d4 * wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead) 1 year ago
  Nikolay Nikolov a2a85dc7af * wasm internal object reader: validation of the RelocIndex range moved to a single place - in ReadRelocationSection 1 year ago
  Nikolay Nikolov 4933d73938 + support R_WASM_SECTION_OFFSET_I32 relocations in the wasm internal object reader 1 year ago
  Nikolay Nikolov 39c3d5d035 + wasm internal object reader: support relocations for debug sections 1 year ago
  Nikolay Nikolov dfdc4a4d78 + wasm internal object reader: record section indices for debug sections. Check for duplicated debug sections. 1 year ago
  Pierre Muller f510e6f59b Use GetProcAddress to set GetFinalPathNameByHandle function pointer 1 year ago
  Nikolay Nikolov 6ab2cd3ce9 + wasm internal object reader: also read the '.debug_frame' and '.debug_str' sections 1 year ago
  Nikolay Nikolov ada576e559 + wasm internal object reader: pass a TWasmCustomDebugSectionType parameter to ReadDebugSection 1 year ago
  Pierre Muller 37ffd4051a Add dependency on objpas unit for syscall unit compiled with -dFPC_USE_LIBC 1 year ago
  Pierre Muller 7c9cf75418 Fix syscall unit compilation for i386-linux using -dFPC_USE_LIBC 1 year ago
  Michaël Van Canneyt 48c27aea1e * Remove leftover statement 1 year ago
  Pierre Muller 2cb7e44a1b Fix compilation of syscall unit for Linux with -dFPC_USE_LIBC option 1 year ago
  mattias f6de2c5756 pastojs: fixed compile with pas2js 1 year ago
  mattias 3423fa9a82 fcl-passrc: fixed compile with pas2js 1 year ago
  mattias 450f250b2c fcl-json: fixed compile with pas2js 1 year ago
  Michaël Van Canneyt 6040943918 * Make sure dummy tprocess compiles 1 year ago
  Pierre Muller 7f05fee3b8 Fix failing targets for fcl-process by changing Execute into SysExecute inside src/*/process.inc files 1 year ago
  Sven/Sarah Barth c11772deca * ensure that the SysCall unit is also usable when FPC_USE_LIBC is defined 1 year ago
  Nikolay Nikolov 543b341203 + write debug sections in the wasm internal exe writer 1 year ago
  Jonas Maebe f86a9bd5c0 Extended RTTI: fix use of wrong def for the methods table 1 year ago
  Jonas Maebe 0104edce45 Extended RTTI: optimise fetching VMT index 1 year ago