tilepro: work around module link error with gcc 4.7
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 15 Jun 2013 20:47:47 +0000 (16:47 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 29 Jun 2013 03:06:25 +0000 (04:06 +0100)
commitf889b3a3b44442ed52e226c036c90bac7fc627c1
tree451551c30e61969940d42169810a8276a1409136
parent398cabc86ead423ba7a808f45a82a95c2ac5a9d9
tilepro: work around module link error with gcc 4.7

commit 3cb3f839d306443f3d1e79b0bde1a2ad2c12b555 upstream.

gcc 4.7.x is emitting calls to __ffsdi2 where previously
it used to inline the appropriate ctz instructions.
While this needs to be fixed in gcc, it's also easy to avoid
having it cause build failures when building with those
compilers by exporting __ffsdi2 to modules.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/tile/lib/exports.c