Historique des commits

Auteur SHA1 Message Date
  Károly Balogh 7ca62febcd AROS/x86_64: initial AROS/x86_64 support and implement syscalls for AROS/x86_64 il y a 10 ans
  Jeppe Johansen 47dbec3111 Rebase to trunk revision il y a 10 ans
  pierre c7e939b243 Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer il y a 10 ans
  Jeppe Johansen 901275b4a1 Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen). il y a 10 ans
  marco 2578514853 * first dragonfly patch (existing most). Mantis #27091 il y a 10 ans
  sergei 11b72b5515 x86_64 internal ELF linker: il y a 12 ans
  sergei 40c510403f * Don't crash on a PLT-generating relocation to a local symbol (which should not normally appear, but nevertheless is possible). il y a 12 ans
  sergei af4935e346 + Support dynamic copy relocations. il y a 12 ans
  sergei 0aa7204707 + Added codes of dynamic relocations to TElfTarget; since most targets use similar dynamic relocation model differing only in code values, this will allow to do majority of handling in the base class. il y a 12 ans
  sergei a771d68685 * Fixed a bug introduced in r23077: relative_reloc_count must be increased only once per GOT entry, not every time a relocation to that entry is seen. il y a 13 ans
  sergei c4d8396158 * Function RelocName made a member of TElfTarget, so it can be used outside of TElfExeOutput class. il y a 13 ans
  sergei d79761c607 * Changed TElfTarget from class to record, so it can contain data members while remaining statically allocated. il y a 13 ans
  sergei a730830c19 * Factored code for allocating GOT slots into TElfExeOutput.AllocGOTSlot. il y a 13 ans
  sergei 8ff1d76239 + x86_64/cpuelf.pas: Support writing RELATIVE relocations separately from other ones. il y a 13 ans
  sergei 4f201bb826 + Handle R_X86_64_PLTOFF64 relocation (same as R_X86_64_GOTOFF64 but requests creation of PLT entry). il y a 13 ans
  sergei 90d564e6a5 + ELF linker: handle R_386_GOTOFF and R_X86_64_GOTOFF64 relocations il y a 13 ans
  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. il y a 13 ans
  sergei c529356693 * Split most CPU-specific code from ogelf.pas into newly created cpuelf.pas units in CPU subdirectories. il y a 13 ans