diff options
Diffstat (limited to 'lib_arm/_ashldi3.S')
-rw-r--r-- | lib_arm/_ashldi3.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_arm/_ashldi3.S b/lib_arm/_ashldi3.S index de4403d..834ddc2 100644 --- a/lib_arm/_ashldi3.S +++ b/lib_arm/_ashldi3.S @@ -35,7 +35,9 @@ Boston, MA 02110-1301, USA. */ #endif .globl __ashldi3 +.globl __aeabi_llsl __ashldi3: +__aeabi_llsl: subs r3, r2, #32 rsb ip, r2, #32 |