summaryrefslogtreecommitdiff
path: root/rtl/linux/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* * fixed comments in sysnr.inc filesflorian2020-11-151-1/+1
* * floating point division by zero should throw run time error 208, fixedflorian2020-08-031-1/+1
* Use same field type and name as in /ust/include/sys/stat.hpierre2020-04-201-1/+3
* * many syscallh header files had GPL license instead of modified. I owned th...marco2020-01-172-1/+5
* * remove deprecated parts linux stat records (FPC 1.0 leftovers)marco2018-08-191-23/+1
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-022-4/+4
* Merge revision(s) 32484 from branches/svenbarth/packagessvenbarth2016-06-124-8/+0
* * load the address of envp before storing it, so we don't overwrite argvjonas2016-02-041-0/+1
* * equivalent of r32525/32526 for the assembler version of the startup codejonas2015-11-251-4/+20
* * call external routines via their TOC entry instead of directlyjonas2015-11-252-6/+6
* * fixed saving the stack pointer in r32525jonas2015-11-251-1/+1
* * fixed dynamic startup of programs that don't link against libc (they getjonas2015-11-241-1/+2
* * call seterrno instead of manually handling the setting setting the errnojonas2015-03-141-314/+63
* * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefsjonas2015-03-144-0/+3030
* - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe...sergei2013-10-101-1/+0
* * Fix commit 23220, by moving declaration from syscallh.inc to syscall.incpierre2012-12-252-5/+5
* Try to fix simply the fpc_threadvar_relocate_proc problempierre2012-12-241-0/+7
* Fix shared library loading and unloading for Linux platforms. Shared library ...tom_at_work2011-09-082-39/+91
* * IsLibrary is a byte-sized boolean, thus use stb instruction to set valuepierre2011-09-071-1/+1
* * Remove use of direct U_UNIT_NAME or TC_UNIT_NAMEpierre2011-09-021-2/+2
* * reverted the rtl patches from r14184, because they cause an endlessjonas2010-11-241-2/+2
* * minor changes to the startup code: use exit_group syscall to exit, minor cl...tom_at_work2010-10-293-8/+19
* Startup files fixes for ppc/ppc64tom_at_work2010-10-224-19/+444
* - Revert micro-exe mode for now.daniel2010-10-151-42/+16
* + If no unit is used, no symbol inside the system unit is used,daniel2010-10-101-16/+42
* * remove the RTL's installed signal handlers at the end of the systemjonas2009-05-021-1/+5
* * mark produced object files as "does not require executable stack" byjonas2008-12-123-0/+5
* * update linux syscall numbers (merge powerpc64 to powerpc)micha2008-11-151-289/+1
* * properties setflorian2007-08-023-1254/+1254
* * More deprecated.marco2007-06-031-10/+10
* * updated stat recordtom_at_work2006-11-051-1/+1
* * fixed syscall helpers: threadvar index now correctly loaded as dword, helpe...tom_at_work2006-07-161-231/+320
* * forgot to commit ppc64 gprt0.as used for gprof supporttom_at_work2006-04-201-4/+441
* - Syscall number update for Kernel 2.6.15tom_at_work2006-03-291-5/+11
* * added syscall_nr_pwrite/read64 aliases for buildtom_at_work2006-03-041-1/+8
* * syscalls regenerated by Neli.marco2006-02-121-0/+5
* * add initialstkptr to get the stackpointer at startup beforepeter2006-01-122-46/+56
* * ppc64: with -Or the compiler now also generates calls to helper functions i...tom_at_work2005-11-202-6/+550
* * added ptrgl helper to cprt0 startup code as welltom_at_work2005-11-171-0/+16
* * ppc64/linux: fixed and enabled some more assembly routines in the RTLtom_at_work2005-11-153-287/+289
* * some cleanup, typo fixestom_at_work2005-11-112-17/+16
* * cleanup, removing debug code removed and fixing file headerstom_at_work2005-11-106-202/+139
* * release old stack pointer register on ppc64 after method prologtom_at_work2005-10-261-8/+16
* * call by register now also takes care of the TOC and environment pointertom_at_work2005-10-251-1/+17
* * first shared library link path fixestom_at_work2005-10-171-14/+8
* * fixed exception handling for PowerPC64tom_at_work2005-10-151-6/+9
* * added workarounds for some load/store instructions requiring 4 byte aligned...tom_at_work2005-10-141-18/+41
* * fixed basic signal handling for PowerPC64/linux, by updating related types ...tom_at_work2005-10-122-66/+186
* * fixed problem with too large offsets in conditional jumps (see also rev 116...tom_at_work2005-10-102-257/+280
* * fixed last commit (1337) which broke some files in the repositorytom_at_work2005-10-082-0/+135