blob: 707a88f7f29ebc24b42b0a793ed132f53d1c0f05 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001SECTIONS
2{
Eric W. Biederman968de4f2006-12-07 02:14:04 +01003 .data.compressed : {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 input_len = .;
5 LONG(input_data_end - input_data) input_data = .;
6 *(.data)
Eric W. Biederman968de4f2006-12-07 02:14:04 +01007 output_len = . - 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 input_data_end = .;
9 }
10}