> @@ -1,9 +1,10 @@
> SECTIONS
> {
> - .data : {
> + .data.compressed : {
> input_len = .;
> LONG(input_data_end - input_data) input_data = .;
> *(.data)
> + output_len = . - 4;
> input_data_end = .;
> }
> }
>
I don't see how you are getting the uncompressed length from output_len...--Mika _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
