History log of /openbsd-src/lib/libc/arch/i386/stdlib/labs.S (Results 1 – 7 of 7)
Revision Date Author Comments
# ea6088e7 29-Nov-2017 guenther <guenther@openbsd.org>

clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
to builtins like mem{set,cpy,move} and __stack_smash_handler. So, when
building with clang, instead mark those as protec

clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
to builtins like mem{set,cpy,move} and __stack_smash_handler. So, when
building with clang, instead mark those as protected visibility to get rid
of the PLT relocations. We can't take the address of them then, but that's
ok: it's a build-time error not a run-time error.

ok kettenis@

show more ...


# 3cb4a9ae 13-Sep-2015 guenther <guenther@openbsd.org>

Need SYS.h for END_STRONG()


# 28f5aba7 13-Sep-2015 guenther <guenther@openbsd.org>

Add hidden _libc_ aliases and symbol sizes

prodded by semarie@


# 675c2d3e 28-Oct-2009 deraadt <deraadt@openbsd.org>

more rcsid/sccs cleanup


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree