EFINE_AEABI_FUNCTION_ALIAS() macro uses '.set' directive for
declaration of aliased symbol. Unfortunately, '.set' doesn't
inherit visibility of base symbol, and macro don’t explicitly
sets visibility for aliased one.
Note: DEFINE_AEABI_FUNCTION_ALIAS() is used only for ARM,
so this change doesn't affect other architectures.
MFC after: 2 months