Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei 49501413e1 + Support library grouping in internal linker script, use it to load C libraries. vor 13 Jahren
  sergei 6d70009f06 + ELF linker. Works on x86_64-linux and i386-linux good enough to pass the testsuite, but still requires a lot of work in nearly all aspects. In particular, no attempt to resolve symbols from shared libs is done, everything is just treated as imports. Symbol versioning isn't supported either. vor 13 Jahren
  sergei d79511f96e + Basic ld script parsing capabilities (barely enough to parse glibc2.1 'libc.so' files, lacks any error handling). vor 13 Jahren
  sergei 1d09005542 + Implemented two-stage removal of empty exe sections. Candidates for removal are first marked with oso_disabled flag, then actually removed. Descendants of TExeOutput that override MemPos_Start may modify list of sections pending removal. In particular, the COFF-specific .reloc section no longer has to be handled in base TExeOutput class. vor 13 Jahren
  sergei 31d004e056 + Basic executable stack support in TExeOutput. vor 13 Jahren
  sergei 1a25aed68d * Renamed a method for consistency (let script building methods start with ScriptAdd). vor 13 Jahren
  sergei 346fbef445 * Factored a common linker script building block into separate method. vor 13 Jahren
  sergei 80bbd388f9 * Made removal of unused ExeSymbols a separate procedure, call it earlier and regardless of presence of the 'SYMBOLS' directive in the linker script. vor 13 Jahren
  sergei a2f0e54dc6 * Fixed internal linker entering infinite loop if script contains empty lines or comments. vor 13 Jahren
  sergei 6571b4d140 * Factored code to create internal link script for debug sections into a separate procedure. vor 13 Jahren
  Jonas Maebe 14cfe770a4 * replaced most (if not all) remaining fields/parameters in the compiler vor 13 Jahren
  Jonas Maebe 02413c8a57 * moved maybequoted() from cutils to cfileutl and let its behaviour vary vor 13 Jahren
  Jonas Maebe ddde9760c2 * ignore tf_no_backquote_support in source_info.flags in case we will link vor 13 Jahren
  pierre 5d6a7dc03d + TExternalLinker.CatFileContent method and tf_no_backquote_support tsystemflags enum value vor 14 Jahren
  paul 7a74d2c2f8 compiler: reduce amount of hints and notes vor 14 Jahren
  pierre bcb2bb9e5b Add removal of braces for parameters in linker script vor 14 Jahren
  pierre f328836cad + Add checks for internal linker script vor 14 Jahren
  pierre 239944f8d0 + Use DLL name in assembler labels used to import DLL functions/variables vor 14 Jahren
  pierre 1a9f4ba314 * Improve ogbase linker script support, add warnings for unknown entries vor 14 Jahren
  florian 81bd7867b3 * it makes no sense to search the windows dirs for dlls when cross compiling vor 14 Jahren
  florian 0c62133d38 * patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740 vor 14 Jahren
  armin 7eace122dc internal linker support for creating novell netware loadable modules vor 14 Jahren
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) vor 14 Jahren
  Jonas Maebe 1f6ec379de * moved field definitions before method/property definitions (see mantis vor 16 Jahren
  Jonas Maebe 78c12ba82b * only store debug link file name in .gnu_debuglink section vor 16 Jahren
  Jonas Maebe 8adde04a0b * don't warn that a unit won't be smartlinked in case no .a file is vor 17 Jahren
  yury 5e11e697b4 * Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers. vor 17 Jahren
  yury 491f0fa1d8 * Replaced all user defined warnings by TODO comments to reduce compiler noise. vor 17 Jahren
  peter de918497ef * support -Xg under linux vor 17 Jahren
  peter 793fd8fc09 * Add -Xg to help pages vor 17 Jahren