[rtems commit] doc: Mention Cortex-M7 multilib

Sebastian Huber sebh at rtems.org
Fri Jan 15 12:19:25 UTC 2016


Module:    rtems
Branch:    master
Commit:    4868027727cb94b4520db9cb51d5547f345c50e9
Changeset: http://git.rtems.org/rtems/commit/?id=4868027727cb94b4520db9cb51d5547f345c50e9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 15 13:18:48 2016 +0100

doc: Mention Cortex-M7 multilib

---

 doc/cpu_supplement/arm.t | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc/cpu_supplement/arm.t b/doc/cpu_supplement/arm.t
index e24ca00..34fb017 100644
--- a/doc/cpu_supplement/arm.t
+++ b/doc/cpu_supplement/arm.t
@@ -73,6 +73,9 @@ with hard-float ABI VFP-D16 support
 integer division (SDIV/UDIV)
 @item @code{thumb/armv7-m/fpv4-sp-d16}: ARMv7-M, Thumb-2 instruction set with
 hardware integer division (SDIV/UDIV) and hard-float ABI FPv4-SP support
+ at item @code{thumb/cortex-m7/fpv5-d16}: ARMv7M, Thumb-2 instruction set
+optimized for Cortex-M7 with hard-float ABI VFP-D16 support and support for the
+64-bit floating point unit
 @item @code{eb/thumb/armv7-r}: ARMv7-R, Big-endian Thumb-2 instruction set
 @item @code{eb/thumb/armv7-r/vfpv3-d16/hard}: ARMv7-R, Big-endian Thumb-2
 instruction set with hard-float ABI VFP-D16 support
@@ -82,15 +85,17 @@ Multilib 1. and 2. support the standard ARM7TDMI and ARM926EJ-S targets.
 
 Multilib 3. supports the Cortex-M0 and Cortex-M1 cores.
 
-Multilib 8. supports the Cortex-M3 and Cortex-M4 cores, which have a special
-hardware integer division instruction (this is not present in the A and R
-profiles).
+Multilib 8. supports the Cortex-M3, Cortex-M4 and Cortex-M7 cores, which have a
+special hardware integer division instruction (this is not present in the A and
+R profiles).
 
 Multilib 9. supports the Cortex-M4 cores with a floating point unit.
 
+Multilib 10. supports the Cortex-M7 core with a floating point unit.
+
 Multilib 4. and 5. support the Cortex-A processors.
 
-Multilib 6., 7., 10. and 11. support the Cortex-R processors.  Here also
+Multilib 6., 7., 11. and 12. support the Cortex-R processors.  Here also
 big-endian variants are available.
 
 Use for example the following GCC options




More information about the vc mailing list