# $NetBSD: NetBSD.compat.aarch64,v 1.1 2019/02/09 21:43:23 mrg Exp $ ./usr/include/g++/bits/arm ./usr/include/g++/bits/aarch64 href='http://git.infra.scholz.ruhr/netbsd/atom/sys/arch/i386/include/asm.h?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/asm.h
AgeCommit message (Expand)Author
2020-04-25Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVMbouyer
2020-04-17Mark the .ident section as mergable string section to avoid redundantjoerg
2016-05-15define ALTENTRY(), needed by dtrace.chs
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2011-06-16Use minimal alignment for functions in standalone code.joerg
2010-12-20Consistently use .gnu.warning with .pushsectio and .popsection on alljoerg
2008-05-03add macros to designate the end of asm functions. ok by Andrew Doran.yamt
2007-12-20- Make __cpu_simple_lock and similar real functions and patch at runtime.ad
2007-12-12restore section after RCSID.yamt
2007-11-14Drop _ALIGN_TEXT back to 16. 32 was a bit silly.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-05Keep alignment small for _STANDALONE.ad
2007-08-05- Align assembly routines on 32-byte boundaries.ad
2007-02-09Merge newlock2 to head.ad
2006-01-20Add a STRONG_ALIAS macrochristos
2005-12-11merge ktrace-lwp.christos
2004-05-13fix a compile error in the case DDB && !GPROF.yamt
2004-05-13call mcount in Xspllower.yamt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-02set symbol to be a function using .type directive in IDTVEC macroyamt
2003-03-03Make CVAR asm reference macro CVAROFF, taking an offset.fvdl
2003-02-26Redirect some includes to x86/foo.hfvdl
2002-11-22New interrupt code. The basic idea behind it is to hide the differencesfvdl
2002-05-31Move the IDTVEC() macro to <machine/asm.h>, and make it work withthorpej
2002-01-13for ELF, put RCSID string into .ident section,drochner
2000-12-14Remove ALTENTRY(). It's dangerous and should not be used.mycroft
2000-06-23Add a WEAK_ALIAS() macro.kleink