about summary refs log tree commit diff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2712-408/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* remove sh port's __fpscr_values source fileRich Felker2016-01-221-5/+0
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-5/+0
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-221-24/+0
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-214-287/+30
* refactor internal atomic.hRich Felker2016-01-211-72/+0
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+2
* generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker2015-11-021-5/+12
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* fix signal return for sh/fdpicRich Felker2015-09-231-0/+8
* have sh/fdpic entry point set fdpic personality if neededRich Felker2015-09-221-0/+12
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+1
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-222-3/+12
* add sh fdpic subarch variantsRich Felker2015-09-121-1/+16
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-0/+5
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-0/+19
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-163-8/+113
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-221-0/+1
* inline llsc atomics when building for sh4aBobby Bingham2015-05-192-90/+128
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-1/+1
* fix ldso name for sh-nofpu subarchRich Felker2015-04-241-1/+7
* fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker2015-04-241-0/+2
* dynamic linker bootstrap overhaulRich Felker2015-04-133-34/+32
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* fix terminal control ioctl constants for shRich Felker2014-07-291-4/+8
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-5/+0
* fix insufficient synchronization in sh atomic asmRich Felker2014-07-271-1/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-25/+13
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+0
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0