summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-11-10explicitly assemble all arm asm sources as UALRich Felker1-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker2-11/+0
2015-11-02generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker1-5/+12
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker10-12/+10
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker2-0/+2
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker1-3/+3
2015-10-15add comment documenting hard-coded opcode for reading mips thread pointerRich Felker1-0/+1
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker1-2/+2
2015-09-23fix signal return for sh/fdpicRich Felker2-0/+10
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker1-0/+12
2015-09-22add real fdpic loading of shared librariesRich Felker1-0/+1
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker1-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker1-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker2-3/+12
2015-09-17new dlstart stage-2 chaining for x86_64 and x32Rich Felker2-0/+10
2015-09-17new dlstart stage-2 chaining for powerpcRich Felker1-0/+9
2015-09-17new dlstart stage-2 chaining for or1kRich Felker1-0/+9
2015-09-17new dlstart stage-2 chaining for mipsRich Felker1-0/+15
2015-09-17new dlstart stage-2 chaining for microblazeRich Felker1-0/+7
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker1-0/+7
2015-09-15reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda1-140/+138
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda1-7/+7
2015-09-12add sh fdpic subarch variantsRich Felker1-1/+16
2015-09-12add fdpic version of entry point code for shRich Felker1-0/+29
2015-09-12make sh clone asm fdpic-compatibleRich Felker1-0/+5
2015-09-09fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker1-1/+1
2015-08-31implement arm eabi mem* functionsTimo Teräs4-0/+36
2015-08-16mitigate performance regression in libc-internal locks on x86_64Rich Felker2-2/+2
2015-08-11aarch64: fix 64-bit syscall argument passingSzabolcs Nagy1-4/+2
2015-07-28fix missing synchronization in atomic store on i386 and x86_64Rich Felker3-3/+3
2015-07-21socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2-18/+20
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin2-1/+6
2015-07-21mips: fix mcontext_t register array field nameFelix Fietkau1-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker2-0/+4
2015-06-16switch to using trap number 31 for syscalls on shRich Felker1-1/+1
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker1-0/+19
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker3-8/+113
2015-06-14arm: add vdso supportSzabolcs Nagy1-0/+4
2015-05-24fix stack alignment code in mips crt_arch.hRich Felker1-2/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker7-0/+7
2015-05-20fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker3-12/+12
2015-05-19inline llsc atomics when building for sh4aBobby Bingham2-90/+128
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker1-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker1-4/+6
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2-0/+3
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker1-1/+1
2015-05-01fix dangling pointers in x32 syscall timespec fixup codeRich Felker2-10/+23
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy5-8/+3
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy1-1/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker1-1/+1