summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh
Commit message (Expand)AuthorAgeFilesLines
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-091-4/+0
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-171-0/+1
* sh_fpu: Do not allow inclusion of fpu_control on not SH4 coreCarmelo Amoroso2010-12-151-1/+3
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-242-4/+4
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-241-1/+1
* Get new nptl building on SH4Khem Raj2010-02-171-1/+20
* nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-091-0/+277
* sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso2009-12-031-1/+3
* Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-281-103/+0
|\
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-103/+0
* | whitespace fixesAustin Foxley2009-10-175-12/+12
* | sh specific bits needed for nptlAustin Foxley2009-10-177-397/+378
|/
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-141-1/+2
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-184-4/+0
* always define float_t as floatBernhard Reutner-Fischer2009-09-171-21/+1
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-151-0/+11
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-14/+6
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-092-28/+1
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-23/+0
* sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin2009-07-093-5/+5
* syscall: unify common syscall definesMike Frysinger2009-07-081-134/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+3
* sh: add cacheflush syscall wrapperCarmelo Amoroso2009-07-022-1/+16
* Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
* Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso2009-02-236-7/+7
* Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso2009-02-201-1/+1
* Fix typo.Carmelo Amoroso2009-02-201-1/+1
* sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso2009-02-201-1/+1
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-4/+4
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+3
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-3/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-282-3/+3
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-6/+0
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-11/+11
* sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using theCarmelo Amoroso2008-09-251-7/+8
* Add INTERNAL_SYSCALL macros for shCarmelo Amoroso2008-09-161-0/+145
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* Follow sh asm convention to indent the instruction into the delay slot.Carmelo Amoroso2008-09-041-2/+2
* Kill off the GOT lookup for init/fini in the sh crti.S. This wasPaul Mundt2008-09-041-23/+0
* Fix SH ldso sequence startup.Carmelo Amoroso2008-08-081-2/+8