lib/libc/openbsd/lib/csu/aarch64/md_init.h | 83 +++++++++++++++++++++ lib/libc/openbsd/lib/csu/amd64/md_init.h | 80 ++++++++++++++++++++ lib/libc/openbsd/lib/csu/arm/md_init.h | 112 ++++++++++++++++++++++++++++ lib/libc/openbsd/lib/csu/crt0.c | 76 +++++++++++++++++++ lib/libc/openbsd/lib/csu/crtbegin.c | 61 +++++++++++++++ lib/libc/openbsd/lib/csu/extern.h | 54 ++++++++++++++ lib/libc/openbsd/lib/csu/i386/md_init.h | 83 +++++++++++++++++++++ lib/libc/openbsd/lib/csu/mips64/md_init.h | 127 ++++++++++++++++++++++++++++++++ lib/libc/openbsd/lib/csu/os-note-elf.h | 19 +++++ lib/libc/openbsd/lib/csu/powerpc/md_init.h | 80 ++++++++++++++++++++ lib/libc/openbsd/lib/csu/powerpc64/md_init.h | 75 +++++++++++++++++++ lib/libc/openbsd/lib/csu/riscv64/md_init.h | 74 +++++++++++++++++++ lib/libc/openbsd/lib/csu/sparc64/md_init.h | 85 +++++++++++++++++++++ 13 files changed, 1009 insertions(+)