OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2010-11-17 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
[pf3gnuchains/gcc-fork.git]
/
gcc
/
config
/
rs6000
/
sysv4.h
diff --git
a/gcc/config/rs6000/sysv4.h
b/gcc/config/rs6000/sysv4.h
index
4fda7fd
..
e82a1c6
100644
(file)
--- a/
gcc/config/rs6000/sysv4.h
+++ b/
gcc/config/rs6000/sysv4.h
@@
-223,7
+223,8
@@
do { \
} \
\
else if (TARGET_RELOCATABLE) \
- flag_pic = 2; \
+ if (!flag_pic) \
+ flag_pic = 2; \
} while (0)
#ifndef RS6000_BI_ARCH