summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/ostest/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-19 14:54:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-19 14:54:31 +0000
commit3aa63b2ff67a01609b4f366ab38ad09abc48f5de (patch)
treecf81fca1a74fc163c39367b70756392cd6ffd30e /nuttx/configs/mcu123-lpc214x/ostest/ld.script
parent135b2d26353ad9b5b1350766703d3858d21da450 (diff)
downloadpx4-nuttx-3aa63b2ff67a01609b4f366ab38ad09abc48f5de.tar.gz
px4-nuttx-3aa63b2ff67a01609b4f366ab38ad09abc48f5de.tar.bz2
px4-nuttx-3aa63b2ff67a01609b4f366ab38ad09abc48f5de.zip
read-only strings being overwritten by .data
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@938 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/ostest/ld.script')
-rw-r--r--nuttx/configs/mcu123-lpc214x/ostest/ld.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/ostest/ld.script b/nuttx/configs/mcu123-lpc214x/ostest/ld.script
index cf802e803..7b916da26 100644
--- a/nuttx/configs/mcu123-lpc214x/ostest/ld.script
+++ b/nuttx/configs/mcu123-lpc214x/ostest/ld.script
@@ -49,6 +49,7 @@ SECTIONS
*(.fixup)
*(.gnu.warning)
*(.rodata)
+ *(.rodata.str1.4)
*(.glue_7)
*(.glue_7t)
*(.got) /* Global offset table */