X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=scripts%2Frecordmcount.c;h=3d1984e59a3016f29ecf84a97305ca8d9647b5ed;hb=d5393955c33e09c72695acabfcecf00ef6d289b0;hp=001facfa5b7436b7c5586ed50fec306b09fa5078;hpb=5a7a662cc6938cac34456aa7871929b40bc964fe;p=deliverable%2Flinux.git diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 001facfa5b74..3d1984e59a30 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -404,7 +404,7 @@ do_file(char const *const fname) } if (w2(ghdr->e_machine) == EM_S390) { reltype = R_390_64; - mcount_adjust_64 = -8; + mcount_adjust_64 = -14; } if (w2(ghdr->e_machine) == EM_MIPS) { reltype = R_MIPS_64;