mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 04:26:42 +08:00
m68hc11.h (FUNCTION_PROFILER): Fix label name passed to mcount.
* config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name passed to mcount. From-SVN: r47319
This commit is contained in:
parent
338d90b89f
commit
f4b00a9a29
@ -1,3 +1,8 @@
|
||||
2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name
|
||||
passed to mcount.
|
||||
|
||||
Sun Nov 25 06:22:09 2001 Douglas B. Rupp <rupp@gnat.com>
|
||||
|
||||
* config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
|
||||
|
@ -1130,7 +1130,7 @@ typedef struct m68hc11_args
|
||||
/* Output assembler code to FILE to increment profiler label # LABELNO
|
||||
for profiling a function entry. */
|
||||
#define FUNCTION_PROFILER(FILE, LABELNO) \
|
||||
asm_fprintf (FILE, "\tldy LP%d\n\tjsr mcount\n", (LABELNO))
|
||||
asm_fprintf (FILE, "\tldy\t.LP%d\n\tjsr mcount\n", (LABELNO))
|
||||
|
||||
/* Output assembler code to FILE to initialize this source file's
|
||||
basic block profiling info, if that has not already been done. */
|
||||
|
Loading…
Reference in New Issue
Block a user