* config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
From-SVN: r57713
This commit is contained in:
parent
2e88ae2267
commit
3b5742ab58
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-01 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
|
||||
|
||||
2002-10-01 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* calls.c (precompute_register_parameters): Force non-legitimate
|
||||
|
|
|
@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* Profiling routine. */
|
||||
#undef FUNCTION_PROFILER
|
||||
#define FUNCTION_PROFILER(FILE, LABELNO) \
|
||||
fprintf (FILE, "\tmovab .LP%d,%sr0\n\tjsb __mcount+2\n", (LABELNO), \
|
||||
fprintf (FILE, "\tmovab .LP%d,%sr0\n\tjsb __mcount\n", (LABELNO), \
|
||||
REGISTER_PREFIX)
|
||||
|
||||
/* Let's be re-entrant. */
|
||||
|
|
Loading…
Add table
Reference in a new issue