History log of /openbsd/lib/libc/arch/aarch64/sys/sbrk.S (Results 1 – 6 of 6)
Revision Date Author Comments
# 81621933 08-Dec-2022 guenther <guenther@openbsd.org>

_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386,
macppc, mips64, and sparc64 code.

ok deraadt@ jca@ krw@


# 3c890819 24-May-2022 guenther <guenther@openbsd.org>

Address the clang 13 "changed binding to STB_WEAK" warning on arm64:
add _?ENTRY_NB to asm.h, switch libc's asm bits to the generic
DEFS.h, and use ENTRY_NB as necessary.

Also, give sizes to the hto

Address the clang 13 "changed binding to STB_WEAK" warning on arm64:
add _?ENTRY_NB to asm.h, switch libc's asm bits to the generic
DEFS.h, and use ENTRY_NB as necessary.

Also, give sizes to the htonl/htons symbols and mark them as weak.

ok kettenis@ miod@

show more ...


# c03461ec 12-Aug-2018 mortimer <mortimer@openbsd.org>

Add retguard macros for arm64 asm and apply them in the straightforward
cases in kernel and libc.
ok deraadt@


# 3563b47a 22-Nov-2017 kettenis <kettenis@openbsd.org>

Avoid .align 0 here as well. Also fix a .word that should be a .quad.

ok patrick@


# 6e3ca900 18-Mar-2017 kettenis <kettenis@openbsd.org>

Make brk(2) actually work and sync the brk()/sbrk() implementation with arm,
brininging over all the symbol visibility improvements that guenther@ made.

ok drahn@


# c7933dde 11-Jan-2017 patrick <patrick@openbsd.org>

Add support for AArch64.