mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 00:20:06 +00:00
xtensa: merge .fixup with .text
Section .fixup contains pieces of code, merge it with the rest of the .text section. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
7af710d988
commit
f5fae6790f
@ -117,7 +117,7 @@ SECTIONS
|
|||||||
SCHED_TEXT
|
SCHED_TEXT
|
||||||
CPUIDLE_TEXT
|
CPUIDLE_TEXT
|
||||||
LOCK_TEXT
|
LOCK_TEXT
|
||||||
|
*(.fixup)
|
||||||
}
|
}
|
||||||
_etext = .;
|
_etext = .;
|
||||||
PROVIDE (etext = .);
|
PROVIDE (etext = .);
|
||||||
@ -126,10 +126,6 @@ SECTIONS
|
|||||||
|
|
||||||
RODATA
|
RODATA
|
||||||
|
|
||||||
/* Relocation table */
|
|
||||||
|
|
||||||
.fixup : { *(.fixup) }
|
|
||||||
|
|
||||||
EXCEPTION_TABLE(16)
|
EXCEPTION_TABLE(16)
|
||||||
NOTES
|
NOTES
|
||||||
/* Data section */
|
/* Data section */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user