Commit f5fae679 authored by Max Filippov's avatar Max Filippov
Browse files

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
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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 */