Skip to content
Commit 4391ed6a authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild, modpost: fix unexpected non-allocatable warning with mips



mips emit the following debug sections:
.mdebug* and .pdr

They were included in the check for non-allocatable section
and caused modpost to warn.

Manuel Lauss suggested to fix this by adding the relevant
sections to the list of sections we do not check.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Reported-by: default avatarManuel Lauss <mano@roarinelk.homelinux.net>
parent 028ecebd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment