mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The 'clang' compiler generates a section with the name '".loader_parms"' and gcc '.loader_parms' if the double quotes are used. Fix this by removing the superfluous double quotes, this results in a section with the name '.loader_parms' for both clang and gcc. Reported-by: Richie Buturla <richie@linux.ibm.com> Reviewed-by: Euan Bourke <euan@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>