Skip to content

Commit

Permalink
zipl: update stage3 objcopy command for gcc9
Browse files Browse the repository at this point in the history
The objcopy command for stage3.bin needs to take the new rodata section into account.
See also PR ibm-s390-linux#60.

Signed-off-by: Dan Horák <dan@danny.cz>
  • Loading branch information
sharkcz committed May 2, 2019
1 parent 6ea645b commit 5bfa076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zipl/boot/Makefile
Expand Up @@ -86,6 +86,7 @@ stage3.bin: stage3.exec
--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 5bfa076

Please sign in to comment.