aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/riscv
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-291-0/+11
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* csu: move common code to libcKonstantin Belousov2023-03-112-26/+5
* lib/csu: Get rid of unused fptr typedef on amd64.Gleb Popov2021-07-251-2/+0
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-30/+1
* Only include object files from .ALLSRC when linking crt1 objects.John Baldwin2020-06-261-3/+3
* Always compile the brand and ignore init ELF notes standalone.John Baldwin2020-06-242-9/+7
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-153-41/+69
* csu: Add the riscv .init call sequenceKristof Provost2019-09-091-1/+8
* Build the csu tests on all architectures.Andrew Turner2018-10-301-0/+2
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-0/+1
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-102-8/+12
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-071-3/+3
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-3/+3
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-114-0/+241