aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/freebsd
AgeCommit message (Collapse)Author
2025-05-10libc: Add FreeBSD libc abilists file.Alex Rønne Petersen
Currently covers version 1.7 (FreeBSD 14.0.0).
2025-05-10libc: Add FreeBSD libc startup code from 14.2.0.Alex Rønne Petersen
* NT_FREEBSD_ABI_TAG was manually adjusted from using a hardcoded value to using __FreeBSD_version which will be defined by the compiler. * GCJ stuff was removed. * HAVE_CTORS definitions were removed.