diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-16 21:44:38 -0400 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2012-10-03 18:11:30 -0400 |
| commit | af42e970b6097a34cb2b93ec4c12c2a226b1d008 (patch) | |
| tree | c5726e21da17f32cdef49d3d21f9dc8f0ebd748c /scripts/mod | |
| parent | 717460ee3e8399eb66799cac0bb83217475b7027 (diff) | |
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>
Diffstat (limited to 'scripts/mod')
| -rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 68e9f5ed0a6f..00f7512a217f 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
| @@ -827,6 +827,8 @@ static const char *section_white_list[] = | |||
| 827 | ".note*", | 827 | ".note*", |
| 828 | ".got*", | 828 | ".got*", |
| 829 | ".toc*", | 829 | ".toc*", |
| 830 | ".xt.prop", /* xtensa */ | ||
| 831 | ".xt.lit", /* xtensa */ | ||
| 830 | NULL | 832 | NULL |
| 831 | }; | 833 | }; |
| 832 | 834 | ||
