summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/cdefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add __strong_alias macros for all architectures to be able to aliasmartynas2013-03-281-11/+8
| | | | | another symbol without weak attribute. To be used in libc and libm soon. Agreed by kettenis@, guenther@, matthew@.
* add lint-specific hacks. at the same time, clean out a lot of ancientderaadt2005-11-241-10/+11
| | | | | cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others
* an amd64 arch support.mickey2004-01-281-0/+23
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)