diff options
author | Muchun Song <songmuchun@bytedance.com> | 2020-04-12 16:44:05 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-04-22 10:53:50 +0200 |
commit | 1ee444700e960b017558038a9443474e808b0045 (patch) | |
tree | c7febd5e41265e480b6235e1ae4def29ce80fc66 /tools/objtool/arch | |
parent | objtool: Documentation: document UACCESS warnings (diff) | |
download | linux-1ee444700e960b017558038a9443474e808b0045.tar.xz linux-1ee444700e960b017558038a9443474e808b0045.zip |
objtool: Remove redundant .rodata section name comparison
If the prefix of section name is not '.rodata', the following
function call can never return 0.
strcmp(sec->name, C_JUMP_TABLE_SECTION)
So the name comparison is pointless, just remove it.
Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/objtool/arch')
0 files changed, 0 insertions, 0 deletions