From eb643f1132c18579281895bee06e87ab2c14af4b Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 31 Jul 2015 02:40:52 +0300 Subject: [PATCH] Export _cache_init from crt0.S. --- software/libbase/crt0-or1k.S | 1 + 1 file changed, 1 insertion(+) diff --git a/software/libbase/crt0-or1k.S b/software/libbase/crt0-or1k.S index 0c4059250..6a5914e5b 100644 --- a/software/libbase/crt0-or1k.S +++ b/software/libbase/crt0-or1k.S @@ -234,6 +234,7 @@ _exception_handler: l.jr r9 l.nop +.global _cache_init _cache_init: /* This function is to be used ONLY during reset, before main() is called.