mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."
This reverts commit4d10c223ba. Commit37744feebc("sh: remove sh5 support") removed the sh64 support entirely. Note: .cranges was only used for sh64 ever. Commit 211dc24b8744 ("Remove sh5 and sh64 support") in binutils-gdb already removed the relevant code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
This commit is contained in:
@@ -742,7 +742,6 @@ static const char *const section_white_list[] =
|
||||
{
|
||||
".comment*",
|
||||
".debug*",
|
||||
".cranges", /* sh64 */
|
||||
".zdebug*", /* Compressed debug sections. */
|
||||
".GCC.command.line", /* record-gcc-switches */
|
||||
".mdebug*", /* alpha, score, mips etc. */
|
||||
|
||||
Reference in New Issue
Block a user