diff options
| author | 2008-05-23 16:53:23 +1000 | |
|---|---|---|
| committer | 2008-05-23 16:53:23 +1000 | |
| commit | acf464817d5e7be9fb67aec4027dbee0ac9be17a (patch) | |
| tree | 39fd061c0a91a11d3ae4ff19b7fe179325e39bbf /scripts/mod/modpost.c | |
| parent | [POWERPC] Remove unnecessary cast in arch_deref_entry_point() (diff) | |
| parent | [POWERPC] iSeries: Remove unused mail address (diff) | |
| download | linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.tar.xz linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.zip | |
Merge branch 'merge' into powerpc-next
Diffstat (limited to 'scripts/mod/modpost.c')
| -rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 757294b4f322..508c5895c680 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -721,7 +721,7 @@ static int check_section(const char *modname, const char *sec) /* consume all digits */ while (*e && e != sec && isdigit(*e)) e--; - if (*e == '.') { + if (*e == '.' && !strstr(sec, ".linkonce")) { warn("%s (%s): unexpected section name.\n" "The (.[number]+) following section name are " "ld generated and not expected.\n" |
