deleted lib/pseh/framebased-gcchack.c

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
This commit is contained in:
KJK::Hyperion 2009-01-14 14:51:23 +00:00
parent 53d48069ba
commit d62fc8535e
3 changed files with 2 additions and 2 deletions

View 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>