[patch] Fix __clear_cache on ARM

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue May 14 05:35:22 PDT 2013


Current gcc's produce an error if __clear_cache is anything but

__clear_cache(char *a, char *b);

The attached patch implements that. I looks like we were just
implementing a bug of previous gcc versions :-(

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 3335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130514/1715356f/attachment.obj>


More information about the cfe-commits mailing list