History log of /openbsd/sys/arch/i386/include/cdefs.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 06eb0ea5 28-Mar-2013 martynas <martynas@openbsd.org>

Add __strong_alias macros for all architectures to be able to alias
another symbol without weak attribute. To be used in libc and libm
soon. Agreed by kettenis@, guenther@, matthew@.


# ea085145 24-Nov-2005 deraadt <deraadt@openbsd.org>

add lint-specific hacks. at the same time, clean out a lot of ancient
cruft for old compilers and environments. there may be a 2nd round of
polishing after this; ok miod and others


# fe42373d 17-Apr-2003 drahn <drahn@openbsd.org>

i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.
DARPA funded work.


# e116a0c5 18-Aug-2001 brad <brad@openbsd.org>

consistency nit, add some missing preprocessor symbols.
--
Ok'd by: d@


# aac4e97e 05-Aug-2000 niklas <niklas@openbsd.org>

$OpenBSD$


# 9cea0838 06-Jan-2000 d <d@openbsd.org>

don't use _C_LABEL. but do use __STRING


# 88fc12f6 06-Jan-2000 d <d@openbsd.org>

add __weak_alias() macro


# 6f4540b9 26-Jul-1997 mickey <mickey@openbsd.org>

protect from asm.h _C_LABEL pre-inclusion


# a262301d 24-Mar-1996 tholo <tholo@openbsd.org>

Provide empty __warn_references() when we are not running GCC


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

initial import of NetBSD tree