2001-11-13 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Added _init, and _fini symbols.
This commit is contained in:
Joel Sherrill
2001-11-13 23:17:56 +00:00
parent 1ef9056f07
commit bb0ea09d0d
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View 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