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>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
@@ -58,8 +58,8 @@ SECTIONS
|
||||
|
||||
*(.lit)
|
||||
*(.shdata)
|
||||
*(.init)
|
||||
*(.fini)
|
||||
_init = .; __init=.; *(.init)
|
||||
_fini = .; __fini=.; *(.fini)
|
||||
_endtext = ALIGN(0x10);
|
||||
text.end = .;
|
||||
} > RAM
|
||||
|
||||
Reference in New Issue
Block a user