mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Use a separate linker script eckd2dump_sv.lds for single volume dumper with compression support. The new dump tool with zlib compression support now has a size of 8 pages. Since DASD stand alone dump requires a block size of 4K, we are not affected by the stage 2 size limitations and can load the dumper to stage 2 as before. We just need to move the HEAP section for ECKD dumper in the layout definitions up to 0xb000 address. Also expand the stack by unused 0x400 bytes. Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>