aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2017-06-24 10:56:32 +0100
committerThomas Preud'homme <thomas.preudhomme@arm.com>2017-06-24 10:56:32 +0100
commit0cda1e190dffc804d1f1ffc4bd849ffdca694914 (patch)
tree2ca1b51e27d497a201d9031b2910921257d25745 /gas/ChangeLog
parentbff0500d7abc215bbc6d4e9332047c023f4ce2cb (diff)
downloadgdb-0cda1e190dffc804d1f1ffc4bd849ffdca694914.zip
gdb-0cda1e190dffc804d1f1ffc4bd849ffdca694914.tar.gz
gdb-0cda1e190dffc804d1f1ffc4bd849ffdca694914.tar.bz2
[ARM] Add support for ARM Cortex-R52 processor
=== Context === This patch is part of a patch series to add support for ARMv8-R architecture. Its purpose is to add support for ARM Cortex-R52 processor. === Patch description === This patch adds support for Cortex-R52 as an ARMv8-R processor with CRC extensions. 2017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com> gas/ * NEWS: Mention support of ARM Cortex-R52 processor. * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor. * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 919804c..1c946d2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * NEWS: Mention support of ARM Cortex-R52 processor.
+ * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor.
+ * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
+
2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
* NEWS: Mention support for ARMv8-R architecture.