aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/config/tc-bfin.c6
-rw-r--r--gas/doc/c-bfin.texi5
3 files changed, 14 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 168c01e..6d9fa4f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2010-09-22 Mike Frysinger <vapier@gentoo.org>
+ * doc/c-bfin.texi (-mcpu): Add bf592.
+ * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF592.
+ (bfin_cpus[]): Add 0.0/0.1 for bf592.
+
+2010-09-22 Mike Frysinger <vapier@gentoo.org>
+
* config/tc-bfin.c (comment_chars): Add #.
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c
index 814250e..6b4002e 100644
--- a/gas/config/tc-bfin.c
+++ b/gas/config/tc-bfin.c
@@ -181,7 +181,8 @@ typedef enum bfin_cpu_type
BFIN_CPU_BF548M,
BFIN_CPU_BF549,
BFIN_CPU_BF549M,
- BFIN_CPU_BF561
+ BFIN_CPU_BF561,
+ BFIN_CPU_BF592,
} bfin_cpu_t;
bfin_cpu_t bfin_cpu_type = BFIN_CPU_UNKNOWN;
@@ -313,6 +314,9 @@ struct bfin_cpu bfin_cpus[] =
{"bf561", BFIN_CPU_BF561, 0x0003, AC_05000074},
{"bf561", BFIN_CPU_BF561, 0x0002, AC_05000074},
+ {"bf592", BFIN_CPU_BF592, 0x0001, AC_05000074},
+ {"bf592", BFIN_CPU_BF592, 0x0000, AC_05000074},
+
{NULL, 0, 0, 0}
};
diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi
index dee592b..7a36745 100644
--- a/gas/doc/c-bfin.texi
+++ b/gas/doc/c-bfin.texi
@@ -1,4 +1,4 @@
-@c Copyright 2005, 2006, 2009
+@c Copyright 2005, 2006, 2009, 2010
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@@ -65,8 +65,9 @@ recognized:
@code{bf548m},
@code{bf549},
@code{bf549m},
+@code{bf561},
and
-@code{bf561}.
+@code{bf592}.
@cindex @code{-mfdpic} command line option, Blackfin
@item -mfdpic