OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b830255
)
Fix typo
author
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Feb 2007 23:04:20 +0000
(23:04 +0000)
committer
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Feb 2007 23:04:20 +0000
(23:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122299
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index
77382cf
..
5acf121
100644
(file)
--- 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))