Skip to content

Commit

Permalink
zipl: copy new section introduced by GCC 9
Browse files Browse the repository at this point in the history
GCC 9 is using a new section called .rodata.cst8 for some literals and
it must be included when copying the bootloaders to the bin images.

Closes: #60
Signed-off-by: Dan Horák <dan@danny.cz>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
  • Loading branch information
sharkcz authored and hoeppnerj committed Mar 21, 2019
1 parent 60bda7e commit cdb23f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zipl/boot/Makefile
Expand Up @@ -71,6 +71,7 @@ stage3.exec: head.o stage3.o kdump3.o libc.o sclp.o sclp_stage3.o \
--only-section=.ex_table \
--only-section=.data \
--only-section=.rodata.str1.2 \
--only-section=.rodata.cst8 \
--only-section=.rodata \
--only-section=.stage2dump.tail \
--only-section=.eckd2dump_mv.tail \
Expand Down

0 comments on commit cdb23f8

Please sign in to comment.