Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: gcc/gcc/config/i386/gmon-sol2.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/i386/gas.h ('k') | gcc/gcc/config/i386/i386.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/i386/gmon-sol2.c
diff --git a/gcc/gcc/config/i386/gmon-sol2.c b/gcc/gcc/config/i386/gmon-sol2.c
index d20762156a6aa4e6314252533c50377aae091f75..fb813a12d25aa99e6b224f12599eb73a0079d020 100644
--- a/gcc/gcc/config/i386/gmon-sol2.c
+++ b/gcc/gcc/config/i386/gmon-sol2.c
@@ -268,14 +268,14 @@ asm(".globl _mcount\n"
FROMPCINDEX (via the frame pointer. */
"\tmovq\t0x38(%rsp),%rdi\n"
"\tmovq\t0x8(%rbp),%rsi\n"
- "\tcallq\tinternal_mcount\n"
+ "\tcall\tinternal_mcount\n"
/* Restore the saved registers. */
"\tmovq\t0x30(%rsp),%r9\n"
"\tmovq\t0x28(%rsp),%r8\n"
"\tmovq\t0x20(%rsp),%rdi\n"
"\tmovq\t0x18(%rsp),%rsi\n"
"\tmovq\t0x10(%rsp),%rdx\n"
- "\tmovq\t0x08(%rsp),%rdx\n"
+ "\tmovq\t0x08(%rsp),%rcx\n"
"\tmovq\t(%rsp),%rax\n"
"\taddq\t$0x38,%rsp\n"
"\tretq\n"
« no previous file with comments | « gcc/gcc/config/i386/gas.h ('k') | gcc/gcc/config/i386/i386.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698