diff --git a/zipl/boot/Makefile b/zipl/boot/Makefile index 35cd7350f..3829cb9eb 100644 --- a/zipl/boot/Makefile +++ b/zipl/boot/Makefile @@ -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 \