summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-21 00:49:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-21 00:49:52 +0000
commit97b27e4e89b286bc1b7e654b5b4da5de2dd892ab (patch)
tree926ce18c745186f20d2c930c5385fa384d9b6c0f /nuttx/ChangeLog
parentb2b9ea64f0a0530350391138482af483745e3e0f (diff)
downloadnuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.tar.gz
nuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.tar.bz2
nuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1521 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 13ad742a1..c1b9db5bf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -613,7 +613,19 @@
0.4.2 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * Add support for the Renesas M16C MCU and the SKP16C26 StarterKit.
+ * Add support for the Renesas M16C MCU and the SKP16C26 StarterKit. However,
+ the target cannot be built because the GNU m16c-elf-ld link fails with
+ the following message:
+
+ m32c-elf-ld: BFD (GNU Binutils) 2.19 assertion fail /home/Owner/projects/nuttx/buildroot/toolchain_build_m32c/binutils-2.19/bfd/elf32-m32c.c:482
+
+ Where the reference line is:
+
+ /* If the symbol is out of range for a 16-bit address,
+ we must have allocated a plt entry. */
+ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
+
+ No workaround is known at this time. This is a show stopper for M16C.
* Kevin Franzen has integrated and verified the ez80Acclaim! port and he has
graciously provided the following critical changes:
- Fix interrupt vectors positioning; they were being positioned wrong by