Fix libgcc4 build for ia64

Change #if to #ifdef
XXX: Feed upstream ?
This commit is contained in:
cherry 2006-09-21 15:13:02 +00:00
parent 614b6e5a27
commit c53d4b12a7

View File

@ -781,7 +781,7 @@ __fixunstfti:
} }
.endp __fixunstfti .endp __fixunstfti
#endif #endif
#if L_floatditf #ifdef L_floatditf
.align 16 .align 16
.global __floattitf .global __floattitf
.proc __floattitf .proc __floattitf