freebsd-dev/lib/csu/powerpc64
John Baldwin 99282790b7 Remove the sed hack for ABI tag notes.
The ELF notes compiled in C were placed in a section with the wrong type
(SHT_PROGBITS instead of SHT_NOTE).  Previously, sed was used on the
generated assembly to rewrite the section type.  Instead, write the notes
in assembly which permits setting the correct section type directly.

While here, move inline assembly entry points out of C and into assembly
for aarch64, arm, and riscv.

Reviewed by:	kib
Tested on:	amd64 (cirrus-ci), riscv64
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D25211
2020-06-15 19:38:48 +00:00
..
crt1_c.c Remove the sed hack for ABI tag notes. 2020-06-15 19:38:48 +00:00
crt.h Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
crti.S
crtn.S
Makefile Remove the sed hack for ABI tag notes. 2020-06-15 19:38:48 +00:00
Makefile.depend
reloc.c [PPC64] Add ifunc support in libcsu 2019-09-12 16:45:07 +00:00