On Tue, Aug 30, 2011 at 11:47:58AM +1000, Ian Munsie wrote: > On PowerPC we use _GLOBAL throughout the assembly to define symbols, but > currently these symbols are missing from the tags generated with > ARCH=powerpc make tags. This patch modifies the tags.sh script to > recognise _GLOBAL(.*) so that these symbols will be in the tags. > > This is almost (but not quite) PowerPC specific and this change should > not affect anyone else: > > $ git grep -E '^_GLOBAL\(([^)]*)\).*' |sed 's/^\([^/]*\/[^/]*\)\/.*$/\1/'|uniq -c > 627 arch/powerpc > 2 arch/um > > Signed-off-by: Ian Munsie <imunsie@xxxxxxxxxxx> > --- > I've had no (online) response to this so far - hoping that this can be > picked up by someone. Applied to kbuild-2.6.git#misc now. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html