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
This commit is contained in:
patacongo 2011-11-10 01:11:59 +00:00
parent 571afb7a21
commit 222fc7d2a6
3 changed files with 3 additions and 18 deletions

View File

@ -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(.);

View File

@ -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(.);

View File

@ -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(.);