There's a bunch of ugly and fragile constructs defining assembler symbols
in c-sb1.c that depending on the configuration lead at least to an
unresolved reference to local_sb1___flush_cache_all upon a final link. Here's a fix that changes them to an equivalent implementation using a
documented gcc syntax.
OK to apply?
Heh, you beat me to it :). I had very similar problems with the same function. Please apply.
-Steve