bde 342dca59e9 In the userland .mcount():
- Don't use a frame pointer.  Our callers need a frame pointer, but we
  could only use one to support things that aren't supported.  (These
  things are:
  - profiling of profiling
  - debugging of profiling.  The core ENTRY() macro doesn't support
    forcing a frame pointer for debugging, so don't do more here.)
- Ensure that we are in the text section and have normal alignment.
- Use the normal syntax for `.type'.
2006-10-28 13:12:06 +00:00
..
2005-07-22 04:03:25 +00:00
PR:
2006-10-04 21:37:10 +00:00
2006-06-19 22:36:01 +00:00
2005-06-09 19:45:09 +00:00
2006-10-28 13:12:06 +00:00
2005-02-28 23:38:15 +00:00
2005-04-15 18:39:31 +00:00