diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-19 23:32:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 11:24:49 -0400 |
| commit | 3a5df1d451cfe3a3d6d63f144554cac286eecba1 (patch) | |
| tree | 8745932730368dcf5bed7ee5a269af08b9be693d /scripts | |
| parent | 8a0236743ecd591f16a749f5c06670c6ae9661be (diff) | |
m68k: teach modpost about .m68_fixup
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mod/modpost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 04579a517900..5ab7914d30ef 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
| @@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name) | |||
| 1076 | ".plt", /* seen on ARCH=um build on x86_64. Harmless */ | 1076 | ".plt", /* seen on ARCH=um build on x86_64. Harmless */ |
| 1077 | ".smp_locks", | 1077 | ".smp_locks", |
| 1078 | ".stab", | 1078 | ".stab", |
| 1079 | ".m68k_fixup", | ||
| 1079 | NULL | 1080 | NULL |
| 1080 | }; | 1081 | }; |
| 1081 | /* Start of section names */ | 1082 | /* Start of section names */ |
