rs6000 (print_operand): Change ifdef of TARGET_MACHO to if TARGET_MACHO.

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
This commit is contained in:
Andrew Pinski 2004-04-21 17:13:58 +00:00 committed by Andrew Pinski
parent 06a6469a53
commit a031e78196
2 changed files with 6 additions and 1 deletions

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

View 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