forked from Imagelibrary/rtems
2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-12-12 Gedare Bloom <gedare@rtems.org>
|
||||
|
||||
PR bsps/1988
|
||||
* shared/startup/linkcmds: Relocate .init and .fini sections closer to
|
||||
.text.
|
||||
|
||||
2011-11-06 Gedare Bloom <gedare@rtems.org>
|
||||
|
||||
* shared/console/conscfg.c: Whitespace and style fixes.
|
||||
|
||||
@@ -94,6 +94,9 @@ SECTIONS
|
||||
*(BOOTSTRAP);
|
||||
*(.text*)
|
||||
|
||||
KEEP (*(.init))
|
||||
KEEP (*(.fini))
|
||||
|
||||
/*
|
||||
* Special FreeBSD sysctl sections.
|
||||
*/
|
||||
@@ -142,17 +145,12 @@ SECTIONS
|
||||
*(.gnu.linkonce.r*)
|
||||
_erodata = ALIGN( 0x10 ) ;
|
||||
|
||||
etext = ALIGN(2);
|
||||
_etext = . ;
|
||||
|
||||
*(.init)
|
||||
PROVIDE (_fini = .);
|
||||
KEEP (*(.fini))
|
||||
*(.lit)
|
||||
*(.shdata)
|
||||
|
||||
. = ALIGN (16);
|
||||
_endtext = . ;
|
||||
_etext = . ;
|
||||
} > ram
|
||||
|
||||
.data : AT (ADDR (.text) + SIZEOF (.text))
|
||||
|
||||
Reference in New Issue
Block a user