Merge 2.0.0 modification to prepare v1.2.2 release.

This commit is contained in:
bernard
2014-07-19 06:43:53 +08:00
parent 61712bbd13
commit 50e7ae7e87
16 changed files with 130 additions and 47 deletions

View File

@@ -46,6 +46,12 @@ SECTIONS
KEEP(*(VSymTab))
__vsymtab_end = .;
. = ALIGN(4);
. = ALIGN(4);
__rt_init_start = .;
KEEP(*(SORT(.rti_fn*)))
__rt_init_end = .;
. = ALIGN(4);
}
. = ALIGN(4);