History log of /openbsd/lib/libc/arch/sparc64/Symbols.list (Results 1 – 6 of 6)
Revision Date Author Comments
# a08bb1b7 28-Oct-2017 guenther <guenther@openbsd.org>

Remove __builtin_saveregs: gcc hasn't used it for years.

suggested by miod@
ok kettenis@


# 02543f93 27-Feb-2017 guenther <guenther@openbsd.org>

RELRO means the __{got,plt}_{start,end} symbols are superfluous

ok kettenis@


# 19e206fb 08-May-2016 guenther <guenther@openbsd.org>

Hide __fpu_* and make internal _Qp_* calls go direct.

ok kettenis@


# 0d943ef0 13-Sep-2015 guenther <guenther@openbsd.org>

Wrap <stdlib.h> so that calls go direct and the symbols not in the
C standard are all weak.
Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the
arch-specific __strtorx, __ULtox_D2A, __strto

Wrap <stdlib.h> so that calls go direct and the symbols not in the
C standard are all weak.
Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the
arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols.

show more ...


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