diff options
author | xuepeng guo <xguo@sourceware.org> | 2013-02-25 02:53:41 +0000 |
---|---|---|
committer | xuepeng guo <xguo@sourceware.org> | 2013-02-25 02:53:41 +0000 |
commit | 70a8bc5bb9fa408e4b4b150fca9f8a39867eb607 (patch) | |
tree | 953e039472ffca1f8d4fde1903e1aa37a523da57 /gas/ChangeLog | |
parent | a4e6529be5cc329d7e56e768d146f01d40c82f1d (diff) | |
download | gdb-70a8bc5bb9fa408e4b4b150fca9f8a39867eb607.zip gdb-70a8bc5bb9fa408e4b4b150fca9f8a39867eb607.tar.gz gdb-70a8bc5bb9fa408e4b4b150fca9f8a39867eb607.tar.bz2 |
2013-02-25 Terry Guo <terry.guo@arm.com>
* config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
* doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
list of accepted CPUs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 49c3b35..f9c8618 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-02-25 Terry Guo <terry.guo@arm.com> + + * config/tc-arm.c (arm_cpus): Add cortex-r7 entry. + * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to + list of accepted CPUs. + 2013-02-19 H.J. Lu <hongjiu.lu@intel.com> PR gas/15159 |