mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 23:17:37 +08:00
bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as necessary.
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as necessary. From-SVN: r130583
This commit is contained in:
parent
403fd93996
commit
f13488c072
@ -1,3 +1,8 @@
|
||||
2007-11-27 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as
|
||||
necessary.
|
||||
|
||||
2007-12-03 Razya Ladelsky <razya@il.ibm.com>
|
||||
|
||||
* doc/invoke.texi (fipa-cp, fipa-matrix-reorg): Add documentation.
|
||||
|
@ -123,7 +123,10 @@ extern int target_flags;
|
||||
builtin_define ("__WORKAROUND_SPECULATIVE_SYNCS"); \
|
||||
\
|
||||
if (TARGET_FDPIC) \
|
||||
builtin_define ("__BFIN_FDPIC__"); \
|
||||
{ \
|
||||
builtin_define ("__BFIN_FDPIC__"); \
|
||||
builtin_define ("__FDPIC__"); \
|
||||
} \
|
||||
if (TARGET_ID_SHARED_LIBRARY \
|
||||
&& !TARGET_SEP_DATA) \
|
||||
builtin_define ("__ID_SHARED_LIB__"); \
|
||||
|
Loading…
Reference in New Issue
Block a user