summaryrefslogtreecommitdiffstats
path: root/lib/csu/arm/md_init.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-131-3/+3
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-111-1/+3
* _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther2017-08-111-3/+1
* Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC.kettenis2017-02-261-15/+5
* Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrguenther2017-01-211-1/+23
* Simplify code that sets up a stack frame for running .init code to be morekettenis2016-10-031-5/+3
* Implement self-relocation for -static -pie on arm. Also removes somekettenis2016-09-081-9/+54
* Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedguenther2016-03-241-1/+6
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-10/+1
* In static binaries, invoke kbind() once to disable it.guenther2015-09-011-1/+10
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-031-1/+31
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
* Proper PIC support in arm startup files.drahn2004-02-091-3/+10
* startup files for arm. Partially borrowed from NetBSD.drahn2004-02-011-0/+65