mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 11:19:29 +08:00
sparc.h (FUNCTION_PROFILER): Fix format string when TARGET_MEDANY.
* sparc/sparc.h (FUNCTION_PROFILER): Fix format string when TARGET_MEDANY. From-SVN: r15974
This commit is contained in:
parent
64562cc84e
commit
da2a90f71a
@ -2,6 +2,8 @@ Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
|
||||
|
||||
* sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
|
||||
* sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
|
||||
* sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
|
||||
TARGET_MEDANY.
|
||||
|
||||
Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
|
@ -1656,7 +1656,7 @@ extern int leaf_function;
|
||||
assemble_name (FILE, buf); \
|
||||
fputs ("),%o0\n", FILE); \
|
||||
if (TARGET_MEDANY) \
|
||||
fprintf (FILE, "\tadd %o0,%s,%o0\n", MEDANY_BASE_REG); \
|
||||
fprintf (FILE, "\tadd %%o0,%s,%%o0\n", MEDANY_BASE_REG); \
|
||||
fputs ("\tcall mcount\n\tadd %o0,%lo(", FILE); \
|
||||
assemble_name (FILE, buf); \
|
||||
fputs ("),%o0\n", FILE); \
|
||||
|
Loading…
Reference in New Issue
Block a user