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:
parent
06a6469a53
commit
a031e78196
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user