summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k
AgeCommit message (Expand)Author
2023-04-02Trailing whitespaceskrll
2021-11-21Decorate the m68k 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
2020-05-31Add m68k assembler version of __muldi3().rin
2020-04-22Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 torin
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2019-04-26Unify signbitl implementations.maya
2019-01-27fix another mergeodholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-07On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.riastradh
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2016-10-07Sync with compat and remove dup implementations of ldexp and modf, switchingchristos
2014-09-01float32_is_signalling_nan needs a prototype if SOFTFLOATM68K_FOR_GCC ismatt
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-04The fixuns* come from compiler_rt so softfloat doesn't need to provide them.matt
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-07-24Only jump to CERROR if carry is set, not clear.matt
2013-07-19Don't use the fs* variants, just use the f* ones.matt
2013-07-18Adjust for coldfirematt
2013-07-18Remove hardfloat now that it's someplace else.matt
2013-07-18Fix typo. Don't define map if it isn't used.matt
2013-07-18Cleanup. hardfloat stuff is now in its own directorymatt
2013-07-18Move hardfloat support to its own directorymatt
2013-07-18Coldfire doesn't do FLOATX80matt
2013-07-18Add the Makefilematt
2013-07-18Update to compile on coldfire.matt
2013-07-18Add for softfloat compatibilitymatt
2013-07-18${MACHINE_ARCH} != "m68000" --> ${MACHINE_ARCH} == "m68k"matt
2013-07-18Use stack adjustment in the lnk instruction to adjust the stack.matt
2013-07-18Add more softfloat compatible functionsmatt
2013-07-17Use __HAVE_FPU__ instead __HAVE_68881__matt
2013-07-17Move the hardfloat stuff to its own directory.matt
2013-07-17Use a more portable series of instructions.matt
2013-07-17Use assym.hmatt
2013-07-17Add genassym / assym.h supportmatt
2013-07-16Use SYSTRAP.matt
2013-07-16Use SYSTRAPmatt
2013-07-16Add END(func)matt
2013-07-16Add END(func)matt
2013-07-16Make CERROR hidden. Use END() appropriately.matt
2013-07-16Add END(func)matt
2013-07-16Add END(func)matt
2013-07-16WEAK_ALIAS is always presentmatt
2013-07-16Add END(func)matt
2013-07-16Convert to normal Motorola syntax for addressing.matt
2012-03-20Sprinkle some /* ARGSUSED */ before the dummy functions to appease lint.he
2012-03-18fix lintchristos
2011-11-22Add TLS support for m68k.joerg