Commit History

Author SHA1 Message Date
  nickysn f3d5bf3743 * the result of tobjsymbol.address changed from 'aword' to 'qword' as well 10 years ago
  nickysn 8977c0fc78 * TExeSection.Size and .DataPos changed from aword to qword, because: 10 years ago
  nickysn fb1be14337 * yet another fix for the MZ relocation offsets 10 years ago
  nickysn ba1c494cd6 * the code for displaying a symbol address in the linker map file moved to a 10 years ago
  Jonas Maebe 8e00ca1ac1 * regenerated Makefile so FPC 3.0 is accepted as starting compiler 10 years ago
  Jonas Maebe 677595880a + support for get_frame() for the LLVM target (using the llvm.frameaddress() 10 years ago
  Jonas Maebe be9d2b1c26 * implement concatcopy for complex types by calling the llvm.memcpy() 10 years ago
  Jonas Maebe e2da416270 + new file for llvm intrinsics (using external compilerprocs) 10 years ago
  Jonas Maebe ba9d54beb5 * don't mangle symbol names for llvm intrinsics 10 years ago
  Jonas Maebe 7a8921a060 * define CPULLVM when using the LLVM backend (in addtion to the CPUXXX define 10 years ago
  Jonas Maebe 052af9200e * support external declarations for compilerprocs 10 years ago
  nickysn faa9362b44 + calculate and fill "min extra paragraphs" in the MZ header 10 years ago
  nickysn 6665cec157 * put the startup code first also when using the internal linker in i8086 far 10 years ago
  nickysn 2100714ebe + implemented RELOC_SEG and RELOC_SEGREL fixups for a symbol target 10 years ago
  joost 9ce6e8f801 * Removed the fpmkunit_bootstrap target because it forces building fpmake in 10 years ago
  nickysn 0eb1cd157a * don't subtract two from the end of the stack segment when calculating the 10 years ago
  nickysn 2431b6e63b * i8086-msdos internal linker: use a different approach for finding the stack 10 years ago
  nickysn a3dd5c7c17 * set stack alignment to 16 in the msdos startup code 10 years ago
  nickysn d2a47a7c69 + fill the initial stack address in the MZ exe header 10 years ago
  nickysn ea27b97f3a * fixed the order of the _NULL and _AFTERNULL segments 10 years ago
  nickysn 18cdc08c26 + prevent certain special omf sections from being smartlinked out 10 years ago
  nickysn fe69e3324c + implemented RELOC_DGROUP and RELOC_DGROUPREL in TMZExeOutput.DoRelocationFixup 10 years ago
  nickysn 0eda4c954d + handle omf references to a segment with frame method=target 10 years ago
  nickysn d8f88599de + support REL_DGROUP and REL_DGROUPREL in TExeOutput.RemoveUnreferencedSections 10 years ago
  nickysn e88dc71983 + import DGROUP omf fixup references 10 years ago
  nickysn 73ea3b7ff1 + implemented fixups targeting a logical segment offset in the omf internal linker 10 years ago
  nickysn 3d3eb6c472 * stop with an error when encountering omf fixups that aren't yet implemented 10 years ago
  nickysn d7f08866e5 * use the TMZExeOutput.MZFlatContentSection property in TInternalLinkerMsDos.GetTotalSizeForSegmentClass 10 years ago
  nickysn 449506ffb7 + write mz exe section data 10 years ago
  nickysn fdbfaacec8 + calculate the MZ loadable image size (excluding bss, stack and heap) 10 years ago