From: mrs Date: Sat, 24 Feb 2007 23:04:20 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c721e207b8a70f67666e26c33c67acaaa772b43;p=thirdparty%2Fgcc.git Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122299 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 77382cf4f24e..5acf121b209e 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -7592,12 +7592,11 @@ output_pic_addr_const (FILE *file, rtx x, int code) if (SYMBOL_REF_DECL (x)) mark_decl_referenced (SYMBOL_REF_DECL (x)); - if (MACHOPIC_INDIRECT #if TARGET_MACHO - && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION -#endif - ) + if (MACHOPIC_INDIRECT + && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION) name = machopic_indirection_name (x, /*stub_p=*/true); +#endif assemble_name (file, name); } if (!TARGET_MACHO && code == 'P' && ! SYMBOL_REF_LOCAL_P (x))