all-archs: consolidate .text section definition in asm-generic
Move definition of .text section to asm-generic. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
@@ -101,13 +101,14 @@ SECTIONS
|
||||
_stext = .;
|
||||
.text : {
|
||||
*(
|
||||
.text.start .text .text.*
|
||||
.text.start .text.*
|
||||
#ifdef CONFIG_DEBUG_INFO
|
||||
.init.text
|
||||
.exit.text
|
||||
.exitcall.exit
|
||||
#endif
|
||||
)
|
||||
TEXT_TEXT
|
||||
SCHED_TEXT
|
||||
LOCK_TEXT
|
||||
*(.fixup)
|
||||
|
Fai riferimento in un nuovo problema
Block a user