Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe 5cb2d10c9a * add aarch64 multi-arch library directory (patch by Edmund Grimley Evans) há 9 anos atrás
  Jonas Maebe 21d6b45020 * add i386 multi-arch library directory (patch by Edmund Grimley Evans) há 9 anos atrás
  Jonas Maebe 4564bffb85 * use binutils 2.19+ linker script "augmentation" functionality to specify há 10 anos atrás
  Jonas Maebe e06a759e20 - reverted r31664, it causes crashes with some ld versions :/ há 10 anos atrás
  Jonas Maebe cd41bf672c * use binutils 2.19+ linker script "augmentation" functionality to specify há 10 anos atrás
  Jonas Maebe 4f38317bd2 * fixed small linker script syntax error in r31459 há 10 anos atrás
  Jonas Maebe 6d29ad44f7 * always use a minimal linker script when we are not using -T, so that the há 10 anos atrás
  Jonas Maebe 6bb430e97c * also use the ARM/EABI linker script when targeting armhf há 10 anos atrás
  Jonas Maebe 882421a3ad * also use -T when cross-compiling a shared library using a sysroot on há 10 anos atrás
  Jonas Maebe e391a37b30 * add the sysrootpath to the path of the dynamic linker in the INPUT() há 10 anos atrás
  Jonas Maebe 3f9f498e0d - removed leftover alpha, ia64 and vis code há 10 anos atrás
  nickysn d4a4b9a57b * refactored the internal linker ar object reader object creation to allow using há 10 anos atrás
  Jonas Maebe 8628d50aba + Linux/AArch64 compiler support (patch by Edmund Grimley Evans) há 10 anos atrás
  Jonas Maebe 05f6660a25 * set the correct dynamic linker for the ppc64 ELFv2 abi há 10 anos atrás
  Jonas Maebe 3946971c73 * default to ppc64le/elfv2 when compiling on a ppc64le platform há 10 anos atrás
  marco 1b85962ef3 * put default libgcc path under if Dontlinkstdlibpath... há 10 anos atrás
  sergei 15ff2c1236 * m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat working state. Now a "hello world" program using libc can be linked and launched, but anything more complex needs another round of fixing the parameter passing code, in order to get the stack properly balanced. há 11 anos atrás
  Jonas Maebe ca446b4b2a - removed registration of x86_6432 target because it's not supported in any há 11 anos atrás
  florian c357212b45 + search crt* files also in /usr/lib/x86_64-linux-gnu, multiarch supporting distros require this há 11 anos atrás
  sergei 38058505ba * Changed linking infrastructure to look like assembler one: há 12 anos atrás
  sergei eec8129738 * TInternalLinker.Load_ReadStaticLibrary: exit if error has occurred while opening a static library or dynamic object, continuing can cause other errors/crashes in this case. há 12 anos atrás
  sergei 1f8a67f552 + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. há 12 anos atrás
  sergei dddc78514d * Internal ELF linker: for MIPS targets, place .got section after .data. This corresponds to behavior of ld, and reduces amount of processing when adding GOT slots for local symbols (which requires re-doing layout for all sections that come after .got) há 12 anos atrás
  Jonas Maebe b16677a75b * only pass --gc-sections to the linker if smart linking is enabled há 12 anos atrás
  florian 7511968f2b + warn if one of the linux libc startup code files is not found há 12 anos atrás
  sergei af4935e346 + Support dynamic copy relocations. há 12 anos atrás
  sergei b197919953 * Handle relocation section prefixes (.rel/.rela) in internal linker script based on ElfTarget.relocs_use_addend, getting rid of $ifdef's. há 12 anos atrás
  sergei 0196c62ee8 + Initial work to support versions of ELF dynamic symbols. há 12 anos atrás
  sergei a7e7d97da6 * ELF linker: fixed written values of STT_TLS symbols, they must be relative to PT_TLS segment address. há 12 anos atrás
  sergei 49501413e1 + Support library grouping in internal linker script, use it to load C libraries. há 12 anos atrás