Home
last modified time | relevance | path

Searched hist:d59a23dc098fd39673df7e543dbd3c15e1c0f357 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dasm.hdiff d59a23dc098fd39673df7e543dbd3c15e1c0f357 Sun Mar 04 12:55:28 CET 2012 Andreas Tobler <andreast@FreeBSD.org> Restore proper dot symbol creation for assembly files in the kernel build case.
Without this patch we were not able to see the assembly function.
Only the function descriptor was visible.

- Distinguish between user-land and kernel when creating the ENTRY() point of
assembly source.
- Make the ENTRY() macro more readable, replace the .align directive with the
gas platform independant .p2align directive.
- Create an END()macro for later use to provide traceback tables on powerpc64.