Make libgcc2 build under AIX3.2.5

From-SVN: r11171
This commit is contained in:
Michael Meissner 1996-02-03 01:22:40 +00:00
parent 3a2c1cd8d5
commit 6b8149a1c8
1 changed files with 2 additions and 2 deletions

View File

@ -3126,7 +3126,7 @@ __unwind_function(void *ptr)
asm("movl %ecx,0(%esp)");
asm("ret");
}
#elif #machine(rs6000)
#elif #machine(rs6000) && !defined _ARCH_PPC
__unwind_function(void *ptr)
{
asm("mr 31,1");
@ -3142,7 +3142,7 @@ __unwind_function(void *ptr)
asm("# br");
asm("mtctr 3;bctr # b 3");
}
#elif #machine(powerpc)
#elif (#machine(rs6000) || #machine(powerpc)) && defined _ARCH_PPC
__unwind_function(void *ptr)
{
asm("mr 31,1");