mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
sh: More movmem alias symbol exports for older compilers.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
95b781c239
commit
624c6a6750
@ -93,6 +93,9 @@ DECLARE_EXPORT(__movstrSI60);
|
||||
DECLARE_EXPORT(__movstr_i4_even);
|
||||
DECLARE_EXPORT(__movstr_i4_odd);
|
||||
DECLARE_EXPORT(__movstrSI12_i4);
|
||||
DECLARE_EXPORT(__movmem_i4_even);
|
||||
DECLARE_EXPORT(__movmem_i4_odd);
|
||||
DECLARE_EXPORT(__movmemSI12_i4);
|
||||
DECLARE_EXPORT(__udiv_qrnnd_16);
|
||||
DECLARE_EXPORT(__sdivsi3_i4);
|
||||
DECLARE_EXPORT(__udivsi3_i4);
|
||||
|
Loading…
Reference in New Issue
Block a user