summaryrefslogtreecommitdiffstats
path: root/lib/csu/arm
AgeCommit message (Expand)AuthorFilesLines
2020-10-19replace ad-hoc illegal instruction with the architecturally defined onenaddy1-2/+2
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-1/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-2/+2
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt1-3/+3
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt1-1/+3
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-3/+1
2017-02-26Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC.kettenis1-15/+5
2017-01-21Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrguenther1-1/+23
2016-10-03Simplify code that sets up a stack frame for running .init code to be morekettenis1-5/+3
2016-09-08Implement self-relocation for -static -pie on arm. Also removes somekettenis1-9/+54
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedguenther1-1/+6
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-10/+1
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+10
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-59/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-136/+36
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther1-3/+1
2013-11-10The kernel and ld.so have passed 0 in r0 for use as the cleanupguenther1-11/+6
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal1-2/+2
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+1
2009-06-21fix rcs ids. ok sthen@martynas1-1/+1
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-6/+6
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-2/+0
2004-07-07The -DPIC flag must be passed when building crtbeginS.o/crtendS.o howeverdrahn1-5/+5
2004-02-09Proper PIC support in arm startup files.drahn2-4/+11
2004-02-01tag..drahn1-0/+1
2004-02-01startup files for arm. Partially borrowed from NetBSD.drahn3-0/+264