Add arm version of r64555. ROSAPPS builds now completely @ ARM arch.

svn path=/trunk/; revision=67865
This commit is contained in:
Daniel Reimer 2015-05-23 13:59:28 +00:00
parent 9196ea556e
commit 894b7e0f01

View file

@ -20,5 +20,11 @@ _Target SETS "|$Target|"
; These are the same
//DEFINE_ALIAS __CxxFrameHandler3, __CxxFrameHandler
; void __cdecl operator delete(void *,struct std::nothrow_t const &)
DEFINE_ALIAS ??3@YAXPAXABUnothrow_t@std@@@Z, ??3@YAXPAX@Z
; void __cdecl operator delete[](void *,struct std::nothrow_t const &)
DEFINE_ALIAS ??_V@YAXPAXABUnothrow_t@std@@@Z, ??3@YAXPAX@Z
END