History log of /openbsd/lib/libc/arch/arm/Symbols.list (Results 1 – 10 of 10)
Revision Date Author Comments
# 7c344a44 15-Apr-2024 naddy <naddy@openbsd.org>

remove unused __bswap16, __bswap32 MD functions from arm and aarch64

ok miod@


# 589b4acd 26-Oct-2019 guenther <guenther@openbsd.org>

Stop exporting the internal _mcount symbol as that's only referenced
by the ASM stub, which is also in libc. The compiler only generates
invocations of the latter.

ok mpi@ deraadt@ kettenis@


# 82baeee5 14-Jan-2018 kettenis <kettenis@openbsd.org>

Add two more ARM EABI aliases that I missed in the previous libc minor
bump.

"just go ahead -- crank" deraadt@


# 53490952 26-Dec-2017 kettenis <kettenis@openbsd.org>

Add ARM EABI runtime aliases to the GCC runtime functions that we include
in libc.

ok patrick@, jsg@, guenther@


# 8ead0783 29-Oct-2017 guenther <guenther@openbsd.org>

Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove

ok kettenis@ deraadt@


# d129b45c 28-Oct-2017 kettenis <kettenis@openbsd.org>

Stop exporting some symbols internal to the softfloat implementation,
unneeded linker-generated symbols and libgcc symbols that are accidentally
re-exported.

Riding the upcoming libc major bump.

ok

Stop exporting some symbols internal to the softfloat implementation,
unneeded linker-generated symbols and libgcc symbols that are accidentally
re-exported.

Riding the upcoming libc major bump.

ok guenther@

show more ...


# dc22e1da 17-Sep-2016 kettenis <kettenis@openbsd.org>

Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder.
Makes exceptions work in C++ code work again om armv7.

ok guenther@


# 01422588 30-May-2016 guenther <guenther@openbsd.org>

Consistently reference '_end' instead of 'end' in the brk/sbrk implementation

ok deraadt@


# b3b7ef2e 26-Aug-2015 guenther <guenther@openbsd.org>

Hide many (194!) symbols that nothing should be using.
Delete exect(2); it wasn't portable across archs and nothing used it.

ports test build by naddy@
ok deraadt@ kettenis@


# a19629c6 22-Aug-2015 guenther <guenther@openbsd.org>

Explicitly list the symbols permitted to be exported by libc.
This is primed with the current list of exported symbols so it doesn't
change the ABI yet, but will prevent unintentional additions in th

Explicitly list the symbols permitted to be exported by libc.
This is primed with the current list of exported symbols so it doesn't
change the ABI yet, but will prevent unintentional additions in the future
and sets the stage for reductions.

ok deraadt@ kettenis@

show more ...