summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/asm.h
AgeCommit message (Expand)Author
2023-02-03Remove a bunch of pic-related macros which were supposed to mimic similarMiod Vallat
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-06-10Add _?ENTRY_NB() macro for doing an ASM function entry withoutPhilip Guenther
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-23Unbreak profiling assembly functions in userland by defining theMartin Pieuchot
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2013-10-17remove capability to do a.outTheo de Raadt
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
1999-03-12Additional pic related change, not currently used by powerpc port.Dale S. Rahn
1998-07-04Profile support for powerpc port. Now profiling libraries and binariesDale S. Rahn
1996-12-28Changes necessary to make the kernel compile and boot.Dale S. Rahn
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn