runtime_loader: Fix #13799.hrev51647
commitdfc46d83b743b953ec0c3610e398a500bcfb8921
authorRene Gollent <rene@gollent.com>
Sat, 2 Dec 2017 20:39:28 +0000 (2 15:39 -0500)
committerRene Gollent <rene@gollent.com>
Sat, 2 Dec 2017 20:41:41 +0000 (2 15:41 -0500)
tree19d8c812a97d851324ff6c98781bec24463ebc31
parent5797d59f94541e1d3c4c0e4b0373a46c09f43edf
runtime_loader: Fix #13799.

- Don't remove .eh_frame in the linker scripts, as this saves little
  space in practice, and results in debug binaries of the runtime loader
  not being properly debuggable due to missing canonical frame
  information.
src/system/ldscripts/arm/runtime_loader.ld
src/system/ldscripts/m68k/runtime_loader.ld
src/system/ldscripts/ppc/runtime_loader.ld
src/system/ldscripts/x86/runtime_loader.ld
src/system/ldscripts/x86_64/runtime_loader.ld