* config/rs6000/rs6000.md: Correct macro test of TARGET_MACHO.
authorstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 16:17:26 +0000 (16:17 +0000)
committerstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 16:17:26 +0000 (16:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74338 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.md

index 14a42c9..19b263a 100644 (file)
   else if (INTVAL (operands[2]) & CALL_V4_CLEAR_FP_ARGS)
     output_asm_insn ("creqv 6,6,6", operands);
 
-#ifdef TARGET_MACHO
+#if TARGET_MACHO
   return output_call(insn, operands, 0, 2);
 #else
   return (DEFAULT_ABI == ABI_V4 && flag_pic) ? "bl %z0@plt" : "bl %z0";
   else if (INTVAL (operands[3]) & CALL_V4_CLEAR_FP_ARGS)
     output_asm_insn ("creqv 6,6,6", operands);
 
-#ifdef TARGET_MACHO
+#if TARGET_MACHO
   return output_call(insn, operands, 1, 3);
 #else
   return (DEFAULT_ABI == ABI_V4 && flag_pic) ? "bl %z1@plt" : "bl %z1";