Commit a031e781 by Andrew Pinski Committed by Andrew Pinski

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
parent 06a6469a
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment