Commit f5fae679 authored by Max Filippov's avatar Max Filippov

xtensa: merge .fixup with .text

Section .fixup contains pieces of code, merge it with the rest of the
.text section.
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 7af710d9
...@@ -117,7 +117,7 @@ SECTIONS ...@@ -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 ...@@ -126,10 +126,6 @@ SECTIONS
RODATA RODATA
/* Relocation table */
.fixup : { *(.fixup) }
EXCEPTION_TABLE(16) EXCEPTION_TABLE(16)
NOTES NOTES
/* Data section */ /* Data section */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment