diff options
author | Petr Stetiar <ynezz@true.cz> | 2007-08-27 12:15:07 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.(none)> | 2007-10-12 21:15:30 +0200 |
commit | a83710e584b8ef46fc44472ec6f0c342003416e8 (patch) | |
tree | 621cd4139b63f7a20efc5f29db54a34cfe0f64ea /Makefile | |
parent | 88f567f3a3c1901a40150b43fda87adad1b3e807 (diff) |
kbuild: fix segfault in modpost
Fix modpost segfault.
Before:
-------
ynezz@ntbk:~/linux-2.6.git$ scripts/mod/modpost vmlinux ath_pci.o
Segmentation fault
After:
------
ynezz@ntbk:~/linux-2.6.git$ scripts/mod/modpost vmlinux ath_pci.o
FATAL: section header offset=815726848 in file 'ath_pci.o' is bigger then filesize=153968
Sam: This seems to warn for a binutils issue. Anyway modpost should not
segfault.
Signed-off-by: Petr Stetiar <ynezz@true.cz>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions