History log of /openbsd/lib/libc/arch/m88k/Symbols.list (Results 1 – 6 of 6)
Revision Date Author Comments
# 7ec0ade3 02-Mar-2024 miod <miod@openbsd.org>

Provide the missing fabsl alias to fabs.

No shlib_version change needed, jumping on the version bump of the mkdtems
addition.


# 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@


# 51b507a2 22-Sep-2016 guenther <guenther@openbsd.org>

m88k switched to RELRO


# fd1f4c4d 11-Aug-2016 guenther <guenther@openbsd.org>

Between relro and previous RWX work, the __{got,plt}_{start,end} symbols
are no longer needed by ld.so. Move them to the m88k-specific list, as
it hasn't made the jump.

ok deraadt@


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

Sync with other per-arch Symbols.list files


# 0974de14 25-Aug-2015 miod <miod@openbsd.org>

catch up