rs6000 (print_operand): Change ifdef of TARGET_MACHO to if TARGET_MACHO.
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 21 Apr 2004 17:13:58 +0000 (17:13 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 21 Apr 2004 17:13:58 +0000 (10:13 -0700)
2004-04-21  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/rs6000/rs6000 (print_operand) ['z']:
        Change ifdef of TARGET_MACHO to if TARGET_MACHO.

From-SVN: r80971

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 550e71665e724759da1da7df38fbd9fb284c867b..bcb4303d581ea1659cfb73de4f084b4a8d2feacc 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-21  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/rs6000/rs6000 (print_operand) ['z']:
+       Change ifdef of TARGET_MACHO to if TARGET_MACHO.
+
 2004-04-21 Daniel Jacobowitz  <drow@mvista.com>
 
        * config.gcc: Support --with-arch=iwmmxt for ARM.
index c9a5558396ef6d8341e3b945a80821be2b2dafaf..7ea3ddaa91c885060c131d6b9759023a4eeaa76c 100644 (file)
@@ -9494,7 +9494,7 @@ print_operand (FILE *file, rtx x, int code)
       if (TARGET_MACHO)
        {
          const char *name = XSTR (x, 0);
-#ifdef TARGET_MACHO
+#if TARGET_MACHO
          if (machopic_classify_name (name) == MACHOPIC_UNDEFINED_FUNCTION)
            name = machopic_stub_name (name);
 #endif