mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00: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:
parent
bdf0fe33a4
commit
028062ec22
1 changed files with 0 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue