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:
parent
571afb7a21
commit
222fc7d2a6
@ -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(.);
|
||||
|
@ -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(.);
|
||||
|
@ -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(.);
|
||||
|
Loading…
Reference in New Issue
Block a user