summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-26 16:28:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-26 16:28:30 +0000
commitd681635b85e4a498dafd8822af19e0d5cd7f8f2f (patch)
tree1a01cc6fb1877f89a28b64b2d1576a1cd38fbffd /nuttx/binfmt/libnxflat
parent8fd4abf5ec0512bcdc43a3909bb3d691aa328e53 (diff)
downloadpx4-nuttx-d681635b85e4a498dafd8822af19e0d5cd7f8f2f.tar.gz
px4-nuttx-d681635b85e4a498dafd8822af19e0d5cd7f8f2f.tar.bz2
px4-nuttx-d681635b85e4a498dafd8822af19e0d5cd7f8f2f.zip
Add a THTTPD configuratin for zkit-arm-1769
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/libnxflat')
-rw-r--r--nuttx/binfmt/libnxflat/gnu-nxflat-gotoff.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/binfmt/libnxflat/gnu-nxflat-gotoff.ld b/nuttx/binfmt/libnxflat/gnu-nxflat-gotoff.ld
index 47debd663..3e7057be8 100644
--- a/nuttx/binfmt/libnxflat/gnu-nxflat-gotoff.ld
+++ b/nuttx/binfmt/libnxflat/gnu-nxflat-gotoff.ld
@@ -107,8 +107,8 @@ SECTIONS
.data 0x00000000 :
{
- /* In this model, .rodata is access using PC-relative addressing
- * and, hence, must also reside in the .text section.
+ /* In this model, .rodata is access using GOT-relative addressing
+ * and, hence, must also reside in the .data section.
*/
__data_start = . ;