[SPARC]: Deal with glibc changing macro names in modpost.c
authorBen Colline <bcollins@debian.org>
Fri, 19 Aug 2005 20:44:57 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2005 20:44:57 +0000 (13:44 -0700)
commit8d5290149ee1c6a4cea5f5146d64e2a0d48f4988
tree6e61cf51aae72b81e3667e093893265c86febccc
parent91aa9fb573fcc50bc74d5ee64c7e9b36131f1804
[SPARC]: Deal with glibc changing macro names in modpost.c

GLIBC 2.3.4 and later changed the STT_REGISTER macro to
STT_SPARC_REGISTER, so we need to cope with that somehow.

Original patch from fabbione, reposted by Ben Collins.

Signed-off-by: David S. Miller <davem@davemloft.net>
scripts/mod/modpost.c