diff options
author | andreast <andreast@FreeBSD.org> | 2012-03-04 11:55:28 +0000 |
---|---|---|
committer | andreast <andreast@FreeBSD.org> | 2012-03-04 11:55:28 +0000 |
commit | 2e83fcc66188fc1cc5216900c5441dd22e736c2b (patch) | |
tree | 40f1e2301d9c1af5a6e5f96f1ab6947715ebdf6c /sys/i386 | |
parent | d3c673348a51e3f37168fd1973291a6dd51b83dc (diff) | |
download | FreeBSD-src-2e83fcc66188fc1cc5216900c5441dd22e736c2b.zip FreeBSD-src-2e83fcc66188fc1cc5216900c5441dd22e736c2b.tar.gz |
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.
Diffstat (limited to 'sys/i386')
0 files changed, 0 insertions, 0 deletions