summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker1-25/+13
2014-06-17multiple fixes to sh (superh) dynamic linker relocationsRich Felker1-10/+8
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker1-1/+2
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy1-0/+0
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker1-6/+6
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker1-0/+6
2014-03-18fix typo in filename used in sh portRich Felker1-0/+0
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham2-1/+7
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker1-0/+16
2014-03-08add bits/user.h for sh portRich Felker1-0/+75
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker1-0/+9
2014-02-27fix endian subarchs for sh archRich Felker2-5/+5
2014-02-27rename superh port to "sh" for consistencyRich Felker30-0/+1950