summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-23 15:29:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-23 15:29:57 -0600
commit18c3e49898b4680f86859e8b21c7fd64303dd45d (patch)
tree700fa6ef8e6a3e2f097737fcaf0054e2cfca0a42 /nuttx/ChangeLog
parent0f41a4f53d274cecef9b85652e2e916cf8bb6eeb (diff)
downloadnuttx-18c3e49898b4680f86859e8b21c7fd64303dd45d.tar.gz
nuttx-18c3e49898b4680f86859e8b21c7fd64303dd45d.tar.bz2
nuttx-18c3e49898b4680f86859e8b21c7fd64303dd45d.zip
Assembler changes with the gcc-47 distribution from ARM mean that we need to be explicit about branch one or more of the wide branch opcodes results in bad table branching. From Mike Smith
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0fee2b7c0..13f84f038 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6505,3 +6505,7 @@
* configs/efm32-dk3650: This is Energy Micro's development kit for
the Leopard Gecko MCU, which is an ARM Cortex-M3 device. From Richard
Cochran (2014-1-23).
+ * arch/arm/src/armv7-m/up_memcpy.S: Assembler changes with the gcc-47
+ distribution from ARM mean that we need to be explicit about branch
+ sizes; one or more of the wide branch opcodes results in bad table
+ branching. From Mike Smith (2014-1-23).