diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-11-24 23:09:08 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-12-03 18:51:48 +0900 |
commit | 0df8e97085946dd79c06720678a845778b6d6bf8 (patch) | |
tree | 516e1eee9712f2a64e4da7a9c9fc1fd5d8aade7b /scripts/recordmcount.c | |
parent | 92ef432f027cffe0ff91ff2cbe9258d89ca53968 (diff) |
scripts: clean up IA-64 code
A little more janitorial work after commit cf8e8658100d ("arch: Remove
Itanium (IA-64) architecture").
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'scripts/recordmcount.c')
-rw-r--r-- | scripts/recordmcount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 40ae6b2c7a6d..3e4f54799cc0 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -590,7 +590,6 @@ static int do_file(char const *const fname) ideal_nop = ideal_nop4_arm64; is_fake_mcount64 = arm64_is_fake_mcount; break; - case EM_IA_64: reltype = R_IA64_IMM64; break; case EM_MIPS: /* reltype: e_class */ break; case EM_LOONGARCH: /* reltype: e_class */ break; case EM_PPC: reltype = R_PPC_ADDR32; break; |