summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/pic32-starterkit/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-11-10 01:11:59 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-11-10 01:11:59 +0000
commit4dd1d7cbd4bb0200b545f32deccfd434cf42d1eb (patch)
tree55c3b4e1c3de422fe263018b142d9e97a8747408 /nuttx/configs/pic32-starterkit/ostest
parent9f1923db12f2d9a4e417c222a63c41fe5d0338ae (diff)
Remove the .dbg_data section. For better or worse, this is being handled in a different way
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4084 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/pic32-starterkit/ostest')
-rw-r--r--nuttx/configs/pic32-starterkit/ostest/ld.script7
1 files changed, 1 insertions, 6 deletions
diff --git a/nuttx/configs/pic32-starterkit/ostest/ld.script b/nuttx/configs/pic32-starterkit/ostest/ld.script
index aa888440c9..a7d55d8b34 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(.);