deleted lib/pseh/framebased-gcchack.c
authorKJK::Hyperion <hackbunny@reactos.org>
Wed, 14 Jan 2009 14:51:23 +0000 (14:51 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Wed, 14 Jan 2009 14:51:23 +0000 (14:51 +0000)
added      lib/pseh/i386/framebased-gcchack-asm.S
added      lib/pseh/i386/framebased-gcchack.c
deleted    lib/pseh/i386/framebased-gcchack.S
modified   lib/pseh/pseh.rbuild
   framebased-gcchack.c is irreversibly married to the x86 architecture. Move it to the appropriate place
   Rename framebased-gcchack.S because its base name now conflicts with framebased-gcchack.c

svn path=/trunk/; revision=38760

reactos/lib/pseh/i386/framebased-gcchack-asm.S [moved from reactos/lib/pseh/i386/framebased-gcchack.S with 100% similarity]
reactos/lib/pseh/i386/framebased-gcchack.c [moved from reactos/lib/pseh/framebased-gcchack.c with 100% similarity]
reactos/lib/pseh/pseh.rbuild

index 09f9f21..86993cc 100644 (file)
@@ -4,7 +4,8 @@
        <if property="ARCH" value="i386">
                <directory name="i386">
                        <file>framebased.S</file>
-                       <file>framebased-gcchack.S</file>
+                       <file>framebased-gcchack.c</file>
+                       <file>framebased-gcchack-asm.S</file>
                </directory>
        </if>
        <if property="ARCH" value="powerpc">
@@ -13,5 +14,4 @@
                </directory>
        </if>
        <file>framebased.c</file>
-       <file>framebased-gcchack.c</file>
 </module>