modpost: fix modpost warnings for xtensa
Suppress warnings for two informational sections (.xt.lit and .xt.prop) used by the Xtensa architecture. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
717460ee3e
commit
af42e970b6
@ -827,6 +827,8 @@ static const char *section_white_list[] =
|
|||||||
".note*",
|
".note*",
|
||||||
".got*",
|
".got*",
|
||||||
".toc*",
|
".toc*",
|
||||||
|
".xt.prop", /* xtensa */
|
||||||
|
".xt.lit", /* xtensa */
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user