diff options
author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-29 09:13:16 +0000 |
---|---|---|
committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-29 09:13:16 +0000 |
commit | f4ec07e4b66c3d8261cff06d01cdbc539a786bf1 (patch) | |
tree | d03ac27538629c3e70d0e5cbc738847ef8fe0f59 /gcc/config/bfin/bfin.opt | |
parent | 24aa922b36ae8b4a1c1c5ab9a7950dfd224e672e (diff) | |
download | gcc-f4ec07e4b66c3d8261cff06d01cdbc539a786bf1.tar.gz |
* config/bfin/bfin.opt (minline-plt): Add.
* config/bfin/bfin.c (bfin_expand_call): Inline PLT when emit
call to global functions.
* doc/invoke.texi (Option Summary): Mention -minline-plt.
(Blackfin Options): Document -minline-plt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127886 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/bfin/bfin.opt')
-rw-r--r-- | gcc/config/bfin/bfin.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/bfin/bfin.opt b/gcc/config/bfin/bfin.opt index 2871cbf179b..56d37b54a93 100644 --- a/gcc/config/bfin/bfin.opt +++ b/gcc/config/bfin/bfin.opt @@ -72,6 +72,10 @@ mfdpic Target Report Mask(FDPIC) Enable Function Descriptor PIC mode +minline-plt +Target Report Mask(INLINE_PLT) +Enable inlining of PLT in function calls + mstack-check-l1 Target Report Mask(STACK_CHECK_L1) Do stack checking using bounds in L1 scratch memory |