Historique des commits

Auteur SHA1 Message Date
  sergei d967566a37 * Changed TExternalAssembler.CreateSmartLinkPath to use ansistrings (TPathStr), like the rest of file handling routines do. il y a 12 ans
  Károly Balogh 7fa067265b small & ugly patch to work around old GNU AS on Amiga, which doesn't know about -march= il y a 12 ans
  svenbarth 63f4e44fd5 assemble.pas, texternalcompiler.makecmdline: il y a 13 ans
  pierre 82cc913b06 Use -KPIC option without space as older GNU as only seem to support that version il y a 13 ans
  pierre 7c1db10df9 Handle new unaligned constant types il y a 13 ans
  pierre c2a6fbbae3 Fix error in previous commit il y a 13 ans
  pierre 0ed6c20451 Use -K PIC instead of -KPIC for pic mode il y a 13 ans
  sergei 24c7b7f433 * If alignment requirement of data is bigger than alignment of the section being written to, increase section alignment to match. This mostly affects cases of non-smart linking, where wrong initial alignment used to cause hard to catch misalignment issues. It also largely obsoletes the need to supply the initial section alignment (hidden tai_section constructor,etc). il y a 13 ans
  pierre 1f762cc247 Add and replacement, for MIPS il y a 13 ans
  sergei dc03282cb7 + Support assembling expressions ".long L2-L1" where label L1 belongs to the current objsection and L2 comes from any objsection. This is done using relative relocations and is compatible with GNU AS. il y a 13 ans
  Jonas Maebe 14cfe770a4 * replaced most (if not all) remaining fields/parameters in the compiler il y a 13 ans
  Jonas Maebe 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
  Jonas Maebe 35b80a4229 * enable assembling via pipe for the AIX assembler il y a 13 ans
  Jonas Maebe 02413c8a57 * moved maybequoted() from cutils to cfileutl and let its behaviour vary il y a 13 ans
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 il y a 13 ans
  Jonas Maebe aaf6015b51 * converted tai directive string from pshortstring to ansistring (some il y a 13 ans
  Jonas Maebe 7a92d5e912 + TExternalAssembler.AsmWrite(ansistring) (from JVM branch), needed to be il y a 13 ans
  sergei cbad0abab5 + Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH. il y a 13 ans
  Jonas Maebe 7230d076c4 * part of r19750, forgot to commit il y a 13 ans
  Jonas Maebe 38c090c1a2 * fixed buffer overrun in TExternalAssembler.AsmWrite(ansistring) in case the il y a 14 ans
  florian d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 il y a 14 ans
  sergei b997094755 + Generate unwind bytecode for function prologues on win64. il y a 14 ans
  sergei 1365467b0d + Support classes for creating unwind bytecode for Win64. il y a 14 ans
  Jonas Maebe ce88df680b + symansistr conditional define that, when activated, makes the symbol/ il y a 14 ans
  sergei 3eaf8df446 * Don't use hardcoded value for maxoutputlists il y a 14 ans
  Jonas Maebe a03a597374 * don't call assembler when using -s in combination with -ap (mantis #19401) il y a 14 ans
  sergei 5bda700410 * External assemblers: moved some common code into the base class, 4 copies reduced to one. il y a 14 ans
  Jonas Maebe 2c94ef0f09 * quote the path to the assembler if necessary when using popen(), since il y a 14 ans
  mazen b127fc154a * Fixed spell error revealed by lintian. il y a 15 ans
  pierre 7c04d8d13b From patch submitted by Willibald Krenn in Bug Report 17500. il y a 15 ans