OSDN Git Service

From Jie Zhang <jie.zhang@analog.com>
authorbernds <bernds>
Tue, 11 Aug 2009 18:44:11 +0000 (18:44 +0000)
committerbernds <bernds>
Tue, 11 Aug 2009 18:44:11 +0000 (18:44 +0000)
commitac42f2bc2ac3b658580285c7205c3d6eff8d99e4
treebd69686bf5eeea591714423ca2b39f01799c1a72
parent4ccdd462255f071586b3020094cf9e66afeef9e3
From Jie Zhang  <jie.zhang@analog.com>
* config/tc-bfin.h (bfin_anomaly_checks): Declare.
(AC_05000074): Define.
(ENABLE_AC_05000074): Define.
* config/tc-bfin.c (enum bfin_cpu_type): New.
(bfin_cpu_t): Typedef.
(bfin_cpu_type): Define.
(bfin_si_revision): Define.
(bfin_anomaly_checks): Define.
(struct bfin_cpu): New.
(bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
(bfin_isa): New global variable.
(OPTION_MCPU): Define.
(md_longopts[]): Add -mcpu option.
(md_parse_option): Deal with -mcpu option and initialize
bfin_anomaly_checks.
* doc/c-bfin.texi: Rename BFIN to Blackfin throughout.  Document
-mcpu option.
* config/bfin-parse.y (gen_multi_instr_1): Check anomaly
05000074.
gas/ChangeLog
gas/config/bfin-parse.y
gas/config/tc-bfin.c
gas/config/tc-bfin.h
gas/doc/c-bfin.texi