Author: tkreuzer
Date: Tue May 5 20:14:28 2015
New Revision: 67564
URL:
http://svn.reactos.org/svn/reactos?rev=67564&view=rev
Log:
[CPPRT]
Add some symbol aliases for ARM
Added:
trunk/reactos/lib/sdk/cpprt/arm/ (with props)
trunk/reactos/lib/sdk/cpprt/arm/cpprt.s (with props)
Propchange: trunk/reactos/lib/sdk/cpprt/arm/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Tue May 5 20:14:28 2015
@@ -0,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/lib/sdk/cpprt/arm/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/lib/sdk/cpprt/arm/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/lib/sdk/cpprt/arm/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Added: trunk/reactos/lib/sdk/cpprt/arm/cpprt.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/cpprt/arm/cpprt.s?…
==============================================================================
--- trunk/reactos/lib/sdk/cpprt/arm/cpprt.s (added)
+++ trunk/reactos/lib/sdk/cpprt/arm/cpprt.s [iso-8859-1] Tue May 5 20:14:28 2015
@@ -0,0 +1,24 @@
+
+#include <kxarm.h>
+
+ TEXTAREA
+
+ MACRO
+ DEFINE_ALIAS $FuncName, $Target
+ LCLS _FuncName
+ LCLS _Target
+_FuncName SETS "|$FuncName|"
+_Target SETS "|$Target|"
+ IMPORT $_FuncName, WEAK $_Target
+ MEND
+
+ ; void __cdecl `eh vector constructor iterator'(void *,unsigned int,int,void
(__cdecl*)(void *),void (__cdecl*)(void *))
+ DEFINE_ALIAS ??_L@YAXPAXIHP6AX0@Z1@Z,
?MSVCRTEX_eh_vector_constructor_iterator@@YAXPAXIHP6AX0@Z1@Z
+
+ ; void __cdecl `eh vector destructor iterator'(void *,unsigned int,int,void
(__cdecl*)(void *))
+ DEFINE_ALIAS ??_M@YAXPAXIHP6AX0@Z@Z,
?MSVCRTEX_eh_vector_destructor_iterator@@YAXPAXIHP6AX0@Z@Z
+
+ ; These are the same
+ //DEFINE_ALIAS __CxxFrameHandler3, __CxxFrameHandler
+
+ END
Propchange: trunk/reactos/lib/sdk/cpprt/arm/cpprt.s
------------------------------------------------------------------------------
svn:eol-style = native