forked from Imagelibrary/rtems
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Add start symbol to eliminate warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add start symbol to eliminate warning.
|
||||||
|
|
||||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Work Area should start on 16 byte boundary.
|
* startup/linkcmds: Work Area should start on 16 byte boundary.
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
CREATE_OBJECT_SYMBOLS
|
CREATE_OBJECT_SYMBOLS
|
||||||
|
start = .;
|
||||||
text_start = .;
|
text_start = .;
|
||||||
_text_start = .;
|
_text_start = .;
|
||||||
*(.text*)
|
*(.text*)
|
||||||
|
|||||||
Reference in New Issue
Block a user