mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +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
|
||||
CPUIDLE_TEXT
|
||||
LOCK_TEXT
|
||||
|
||||
*(.fixup)
|
||||
}
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
@ -126,10 +126,6 @@ SECTIONS
|
||||
|
||||
RODATA
|
||||
|
||||
/* Relocation table */
|
||||
|
||||
.fixup : { *(.fixup) }
|
||||
|
||||
EXCEPTION_TABLE(16)
|
||||
NOTES
|
||||
/* Data section */
|
||||
|
Loading…
Reference in New Issue
Block a user