Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -88,9 +88,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -75,9 +75,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -88,9 +88,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -88,9 +88,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} > RAM
} > RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -88,9 +88,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} > RAM
} > RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -89,9 +89,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} >RAM
} >RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ SECTIONS
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)

/* This is used by the startup in order to initialize the .data secion */
_sidata = .;
} > ROM
__exidx_end = .;

/* Used by the startup to initialize .data. */
_sidata = LOADADDR(.data);

/* .data section which is used for initialized data */

.data : AT (_sidata)
.data :
{
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
Expand All @@ -88,9 +88,9 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .data secion */
_edata = . ;
} > RAM
} > RAM AT> ROM

.stack :
.stack (NOLOAD) :
{
. = ALIGN(4);
_sstack = .;
Expand Down
Loading
Loading