OSDN Git Service

* config/bfin/bfin.md (define_attr "type"): Add "sync".
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2005 16:11:28 +0000 (16:11 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2005 16:11:28 +0000 (16:11 +0000)
commitb00f0d994fbf8c6a8eabf7ded1bccf1d2b63966d
treec7f52b707d3f9c206e1169f8eb194b6e9bfca2cc
parent4fe5a2239c3b79e4c4d6d648b63ac42b733e6105
* config/bfin/bfin.md (define_attr "type"): Add "sync".
(define_insn_reservation "alu"): Likewise.
(csync, ssync): Now of type sync.
* config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
-mcsync-anomaly -mspecld-anomaly.
* config/bfin/bfin.opt (mcsync): Remove.
(mcsync-anomaly, mspecld-anomaly): Add.
* config/bfin/bfin.c: Include "insn-codes.h".
(bfin_reorg): Extend to handle the CSYNC anomaly as well.
(TARGET_DEFAULT_TARGET_FLAGS): New.
* doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.

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