summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-10 01:11:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-10 01:11:59 +0000
commit85dc709a28c06f0c02554e3bc4d523d16b26ac11 (patch)
tree55c3b4e1c3de422fe263018b142d9e97a8747408
parent7b62ca71ac0e3ca2c133be8a7d8e07264f5efea8 (diff)
downloadnuttx-85dc709a28c06f0c02554e3bc4d523d16b26ac11.tar.gz
nuttx-85dc709a28c06f0c02554e3bc4d523d16b26ac11.tar.bz2
nuttx-85dc709a28c06f0c02554e3bc4d523d16b26ac11.zip
Remove the .dbg_data section. For better or worse, this is being handled in a different way
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4084 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/pcblogic-pic32mx/ostest/ld.script7
-rw-r--r--nuttx/configs/pic32-starterkit/ostest/ld.script7
-rw-r--r--nuttx/configs/sure-pic32mx/ostest/ld.script7
3 files changed, 3 insertions, 18 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
index e888ef964..e639ba37c 100644
--- a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
+++ b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
@@ -194,7 +194,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc :
+ .ramfunc ALIGN(2K) :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)
@@ -208,11 +208,6 @@ SECTIONS
_bmxdupba_address = LENGTH(kseg1_datamem) ;
*/
- .dbg_data (NOLOAD) :
- {
- . += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
- } > kseg1_datamem
-
.data :
{
_sdata = ABSOLUTE(.);
diff --git a/nuttx/configs/pic32-starterkit/ostest/ld.script b/nuttx/configs/pic32-starterkit/ostest/ld.script
index aa888440c..a7d55d8b3 100644
--- a/nuttx/configs/pic32-starterkit/ostest/ld.script
+++ b/nuttx/configs/pic32-starterkit/ostest/ld.script
@@ -194,7 +194,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc :
+ .ramfunc ALIGN(2K) :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)
@@ -208,11 +208,6 @@ SECTIONS
_bmxdupba_address = LENGTH(kseg1_datamem) ;
*/
- .dbg_data (NOLOAD) :
- {
- . += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
- } > kseg1_datamem
-
.data :
{
_sdata = ABSOLUTE(.);
diff --git a/nuttx/configs/sure-pic32mx/ostest/ld.script b/nuttx/configs/sure-pic32mx/ostest/ld.script
index b23719c9f..0af4bd1a8 100644
--- a/nuttx/configs/sure-pic32mx/ostest/ld.script
+++ b/nuttx/configs/sure-pic32mx/ostest/ld.script
@@ -194,7 +194,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc :
+ .ramfunc ALIGN(2K) :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)
@@ -208,11 +208,6 @@ SECTIONS
_bmxdupba_address = LENGTH(kseg1_datamem) ;
*/
- .dbg_data (NOLOAD) :
- {
- . += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
- } > kseg1_datamem
-
.data :
{
_sdata = ABSOLUTE(.);