blob: f02382ae5c48b1cd319a4cb1e755fa060f03cfdc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001SECTIONS
2{
Ian Campbell20514e92008-01-30 13:33:38 +01003 .rodata.compressed : {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 input_len = .;
Ian Campbell004426e2008-01-30 13:33:37 +01005 LONG(input_data_end - input_data) input_data = .;
6 *(.data)
Eric W. Biederman968de4f2006-12-07 02:14:04 +01007 output_len = . - 4;
Ian Campbell004426e2008-01-30 13:33:37 +01008 input_data_end = .;
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 }
10}