]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scripts/mod/modpost.c: handle non ABS crc symbols
authorAndi Kleen <ak@linux.intel.com>
Tue, 5 Nov 2013 05:56:04 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:04 +0000 (16:56 +1100)
commit1fb83f47b8181623bd69ee5361a3d519ad26794d
treef1689e3b4568f5794a4081b82813b1544e6fa695
parent2142185d50a66d8adf1b4531f4846b74eb23df10
scripts/mod/modpost.c: handle non ABS crc symbols

For some reason I managed to trick gcc into create CRC symbols that are
not absolute anymore, but weak.

Make modpost handle this case.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/mod/modpost.c