mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
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:
@@ -194,7 +194,7 @@ SECTIONS
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This causes failures if there are no RAM functions
|
/* This causes failures if there are no RAM functions
|
||||||
.ramfunc :
|
.ramfunc ALIGN(2K) :
|
||||||
{
|
{
|
||||||
_sramfunc = ABSOLUTE(.);
|
_sramfunc = ABSOLUTE(.);
|
||||||
*(.ramfunc .ramfunc.*)
|
*(.ramfunc .ramfunc.*)
|
||||||
@@ -208,11 +208,6 @@ SECTIONS
|
|||||||
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.dbg_data (NOLOAD) :
|
|
||||||
{
|
|
||||||
. += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
|
|
||||||
} > kseg1_datamem
|
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
_sdata = ABSOLUTE(.);
|
_sdata = ABSOLUTE(.);
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ SECTIONS
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This causes failures if there are no RAM functions
|
/* This causes failures if there are no RAM functions
|
||||||
.ramfunc :
|
.ramfunc ALIGN(2K) :
|
||||||
{
|
{
|
||||||
_sramfunc = ABSOLUTE(.);
|
_sramfunc = ABSOLUTE(.);
|
||||||
*(.ramfunc .ramfunc.*)
|
*(.ramfunc .ramfunc.*)
|
||||||
@@ -208,11 +208,6 @@ SECTIONS
|
|||||||
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.dbg_data (NOLOAD) :
|
|
||||||
{
|
|
||||||
. += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
|
|
||||||
} > kseg1_datamem
|
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
_sdata = ABSOLUTE(.);
|
_sdata = ABSOLUTE(.);
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ SECTIONS
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This causes failures if there are no RAM functions
|
/* This causes failures if there are no RAM functions
|
||||||
.ramfunc :
|
.ramfunc ALIGN(2K) :
|
||||||
{
|
{
|
||||||
_sramfunc = ABSOLUTE(.);
|
_sramfunc = ABSOLUTE(.);
|
||||||
*(.ramfunc .ramfunc.*)
|
*(.ramfunc .ramfunc.*)
|
||||||
@@ -208,11 +208,6 @@ SECTIONS
|
|||||||
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
_bmxdupba_address = LENGTH(kseg1_datamem) ;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.dbg_data (NOLOAD) :
|
|
||||||
{
|
|
||||||
. += (DEFINED (_DEBUGGER) ? 0x200 : 0x0);
|
|
||||||
} > kseg1_datamem
|
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
_sdata = ABSOLUTE(.);
|
_sdata = ABSOLUTE(.);
|
||||||
|
|||||||
Reference in New Issue
Block a user