diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2021-03-09 11:23:29 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2021-03-09 11:23:29 +0000 |
commit | 08867468907e4fb0db541529eaeee70eaf81d395 (patch) | |
tree | c2f432a1235b3b03b5f4e1882a9b2fcec06c286d /scripts | |
parent | fa0b19f1fb666dd7afa9858bdf9c76c8d98039d9 (diff) | |
parent | 84d5d3c9d3fbcee10bc16d3a3316af9a924c91c6 (diff) |
Merge tag 'v5.4.104' into 5.4-2.3.x-imx
This is the 5.4.104 stable release
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/recordmcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index b9c2ee7ab43f..cce12e1971d8 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -438,7 +438,7 @@ static int arm_is_fake_mcount(Elf32_Rel const *rp) static int arm64_is_fake_mcount(Elf64_Rel const *rp) { - return ELF64_R_TYPE(w(rp->r_info)) != R_AARCH64_CALL26; + return ELF64_R_TYPE(w8(rp->r_info)) != R_AARCH64_CALL26; } /* 64-bit EM_MIPS has weird ELF64_Rela.r_info. |