OSDN Git Service

* config/bfin/bfin.opt (mstack-check-l1): New.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2006 10:07:38 +0000 (10:07 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2006 10:07:38 +0000 (10:07 +0000)
commit6295e5603b6639c14da9a5883d4b77058b1cb636
tree5d3920bc13b47b335c046459a056228986472d40
parente8ec794235fbf8ea1ef592d7cf7445248263407e
* config/bfin/bfin.opt (mstack-check-l1): New.
* doc/invoke.texi (Blackfin Options): Document it.
* config/bfin/bfin.c (bfin_expand_prologue): Generate code to use
stack bounds in L1 memory if the new option is enabled.
(override_options): Don't allow combinations of -fstack-limit and
-mstack-check-l1.
(add_to_reg): Renamed from add_to_sp.  All callers changed.  Lose some
dead code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119049 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/bfin/bfin.c
gcc/config/bfin/bfin.opt
gcc/doc/invoke.texi