projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9196ea5
)
[C++]
author
Daniel Reimer
<reimer.daniel@freenet.de>
Sat, 23 May 2015 13:59:28 +0000
(13:59 +0000)
committer
Daniel Reimer
<reimer.daniel@freenet.de>
Sat, 23 May 2015 13:59:28 +0000
(13:59 +0000)
Add arm version of r64555. ROSAPPS builds now completely @ ARM arch.
svn path=/trunk/; revision=67865
reactos/lib/sdk/cpprt/arm/cpprt.s
patch
|
blob
|
history
diff --git
a/reactos/lib/sdk/cpprt/arm/cpprt.s
b/reactos/lib/sdk/cpprt/arm/cpprt.s
index
8516e87
..
72da6b6
100644
(file)
--- a/
reactos/lib/sdk/cpprt/arm/cpprt.s
+++ b/
reactos/lib/sdk/cpprt/arm/cpprt.s
@@
-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