mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: update stage3 objcopy command for gcc9
The objcopy command for stage3.bin needs to take the new rodata section into account. See also PR https://github.com/ibm-s390-tools/s390-tools/pull/60. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/61 Signed-off-by: Dan Horák <dan@danny.cz> Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user