summaryrefslogtreecommitdiff
path: root/misc/buildroot/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 19:36:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 19:36:32 +0000
commit28d780560dd246be31c87400195386870c539ed0 (patch)
treea7e079e6eb35c02ca4bc048c099c84b4b19ab2c5 /misc/buildroot/ChangeLog
parentb9886dbddd398372e73f3aeeb3c16255ee157d8f (diff)
downloadnuttx-28d780560dd246be31c87400195386870c539ed0.tar.gz
nuttx-28d780560dd246be31c87400195386870c539ed0.tar.bz2
nuttx-28d780560dd246be31c87400195386870c539ed0.zip
More fixes for ldnxflat. There are still problems with the GCC 4.6.3
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5227 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/ChangeLog')
-rw-r--r--misc/buildroot/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 3cfd60bf2..cdbef5da1 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -123,4 +123,7 @@ buildroot-1.11 2011-xx-xx <gnutt@nuttx.org>
type was not generated by GCC/LD prior to gcc-4.6.3
* R_ARM_REL32 logic is conditionally disabled because it has not been
tested.
+ * ldnxflat: Correct a memory allocation error that could cause written
+ past the end of allocated memory. Partial restoration of R_ARM_REL32
+ logic. There are lots of issues that I still do not understand here.