aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 17:18:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 17:18:25 +0000
commitbaeabacae3435daefab7ae41ab4e69cf96c613ca (patch)
treeac30163b79435767a2d5c7a4b350531bb945c3b9 /nuttx/configs/ne64badge
parent9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f (diff)
downloadpx4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.tar.gz
px4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.tar.bz2
px4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.zip
Massive clean-up of linker scripts from Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5307 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ne64badge')
-rwxr-xr-xnuttx/configs/ne64badge/ostest/ld.script.banked4
-rwxr-xr-xnuttx/configs/ne64badge/ostest/ld.script.nonbanked4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/ne64badge/ostest/ld.script.banked b/nuttx/configs/ne64badge/ostest/ld.script.banked
index 5f466e649..9ec5f7551 100755
--- a/nuttx/configs/ne64badge/ostest/ld.script.banked
+++ b/nuttx/configs/ne64badge/ostest/ld.script.banked
@@ -94,10 +94,10 @@ SECTIONS
.text : {
_stext = ABSOLUTE(.);
*(nonbanked)
- *(.text .text.*)
+ *(.text .text.*)
*(.fixup)
*(.gnu.warning)
- *(.rodata .rodata.*)
+ *(.rodata .rodata.*)
*(.gnu.linkonce.t.*)
*(.glue_7)
*(.glue_7t)
diff --git a/nuttx/configs/ne64badge/ostest/ld.script.nonbanked b/nuttx/configs/ne64badge/ostest/ld.script.nonbanked
index dfa8b15b2..f0577a06b 100755
--- a/nuttx/configs/ne64badge/ostest/ld.script.nonbanked
+++ b/nuttx/configs/ne64badge/ostest/ld.script.nonbanked
@@ -67,10 +67,10 @@ SECTIONS
.text : {
_stext = ABSOLUTE(.);
*(nonbanked)
- *(.text .text.*)
+ *(.text .text.*)
*(.fixup)
*(.gnu.warning)
- *(.rodata .rodata.*)
+ *(.rodata .rodata.*)
*(.gnu.linkonce.t.*)
*(.glue_7)
*(.glue_7t)