2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: Add start symbol to eliminate warning.
This commit is contained in:
Joel Sherrill
2008-09-17 19:28:50 +00:00
parent 6a14d440bc
commit b6f298c7e3
2 changed files with 5 additions and 0 deletions

View File

@@ -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>
* startup/linkcmds: Work Area should start on 16 byte boundary.

View File

@@ -94,6 +94,7 @@ SECTIONS
.text :
{
CREATE_OBJECT_SYMBOLS
start = .;
text_start = .;
_text_start = .;
*(.text*)