summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm
AgeCommit message (Expand)Author
2022-12-13Trailing whitespaceskrll
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-11-27Trailing whitespaceskrll
2021-11-23Decorate the ARM signal trampoline with the appropriate .cfithorpej
2021-10-31Tidy up how __sigaction14_sigtramp.c is added to SRCS.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-06-30Do previous differtly by pushing two registers in the same way as theskrll
2021-06-30The _INVOKE_CERROR macro deals with thumb so simplify the code (at theskrll
2021-06-30Trailing whitespaceskrll
2021-06-30Fix previous. For Thumb-1:rin
2021-06-29Align sp to 8-byte boundary as required by EABI.rin
2020-12-05spaces to tabskrll
2020-10-24Provide _UC_REGS_* defines for all registersskrll
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2018-11-21Fix a commentskrll
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2015-08-20In rumprun mode on ARM, don't build syscall or signal code into libc.pooka
2015-03-19Call libc's fpgetround.joerg
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-23One vmsr is enough.joerg
2014-01-17GCjoerg
2014-01-17Use generic version of fabs for softfloat.joerg
2013-12-25Explicitly enable FPU support.joerg
2013-11-30fabsl alias.joerg
2013-11-30Use PLT_SYM.joerg
2013-10-21Fix bug introduced in revision 1.13 which meant longjmp would neverskrll
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-08detect whether hw divide is present.matt
2013-09-08Detect presence of hardware divide.matt
2013-09-04Fix the .cfi correctly.matt
2013-09-04Fix build by matching .cfi/#if.htodd
2013-09-04only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__matt
2013-09-03Use less got, add END(), make thumb tolerant.matt
2013-08-21divide.S need -marmmatt
2013-08-21If not earmv7, use -marm on all assembly filesmatt
2013-08-21Add -marm to those sources who aren't thumb friendly.matt
2013-08-19Put the startup code in .text.startupmatt
2013-08-19Group all syscalls together.matt
2013-08-19Always compile as ARM even if -mthumb is given.matt
2013-08-18Revert previous.skrll
2013-08-18Only add in __aeabi_read_tp.S when building for earm.skrll
2013-08-17Enforce that this must be not compiled using Thumb1matt
2013-08-17Thumbify & add ENDmatt
2013-08-16Add ENDmatt
2013-08-16Save r3 instead of r4 when calling CERROR in thumb mode.matt
2013-08-16thumbify and add ENDmatt
2013-08-16Thumbify & optimize a littlematt
2013-08-16Use _INVOKE_CERRORmatt
2013-08-16Rework SYSTRAP for thumb.matt
2013-08-16Make _libc_arm_fpu_present hiddenmatt