summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2014-03-04The fixuns* come from compiler_rt so softfloat doesn't need to provide them.matt
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2014-02-02Fix unsigned 64 bit int to long double conversion for numbers that would notmartin
2014-02-01Since powerpc passes 8 arguments in registers and the syscall number in r0,matt
2014-01-31Since N32/N64 pass the first 8 arguments in registers, we can load allmatt
2014-01-30Use fixunssfsi and fixunsdfsi from compiler-rt.joerg
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-28no need to duplicate the generic fabs_ieee754.c heremacallan
2014-01-28split fabs.c into hardfloat .S and softfloat .c as requested by joergmacallan
2014-01-23Use a constant in the text segment to avoid the .lit8 out of range relocationchristos
2014-01-23One vmsr is enough.joerg
2014-01-20Use fabs_ieee754.c.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-11-24No need for bzero, memset provides it.christos
2013-11-23Remove now-non-existant bzero.S from sources list.jakllsch
2013-11-20PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/lowmartin
2013-11-02fix old style declschristos
2013-10-28convert to ANSI C definitions.mrg
2013-10-21Fix bug introduced in revision 1.13 which meant longjmp would neverskrll
2013-10-18convert to full ANSI C.mrg
2013-09-14Redo previous to fix build break.nakayama
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-30Use a constructor to get the cache_info.matt
2013-08-24Whitespace.skrll
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