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>
* .cvsignore: New file.

View File

@@ -58,8 +58,8 @@ SECTIONS
*(.lit)
*(.shdata)
*(.init)
*(.fini)
_init = .; __init=.; *(.init)
_fini = .; __fini=.; *(.fini)
_endtext = ALIGN(0x10);
text.end = .;
} > RAM