forked from Imagelibrary/rtems
2001-11-13 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added _init, and _fini symbols.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Added _init, and _fini symbols.
|
||||||
|
|
||||||
2001-11-13 Joel Sherrill <joel@OARcorp.com>
|
2001-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: New file.
|
* .cvsignore: New file.
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ SECTIONS
|
|||||||
|
|
||||||
*(.lit)
|
*(.lit)
|
||||||
*(.shdata)
|
*(.shdata)
|
||||||
*(.init)
|
_init = .; __init=.; *(.init)
|
||||||
*(.fini)
|
_fini = .; __fini=.; *(.fini)
|
||||||
_endtext = ALIGN(0x10);
|
_endtext = ALIGN(0x10);
|
||||||
text.end = .;
|
text.end = .;
|
||||||
} > RAM
|
} > RAM
|
||||||
|
|||||||
Reference in New Issue
Block a user