mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
746a703079
The ELF section `.eh_frame` is used for frame unwinding during, for example, exception handling and the section `.interp` is used by the program interpreter. [1] Since no frame unwinding nor a program interpreter is used for the bootloaders we can discard these input section. The content of the (exec|bin) files don't change after this change. [1] https://refspecs.linuxfoundation.org/LSB_1.2.0/gLSB/specialsections.html Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>