f18c0e7920
The files are now identical so merge them. size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10 lines
160 B
Text
10 lines
160 B
Text
SECTIONS
|
|
{
|
|
.rodata.compressed : {
|
|
input_len = .;
|
|
LONG(input_data_end - input_data) input_data = .;
|
|
*(.data)
|
|
output_len = . - 4;
|
|
input_data_end = .;
|
|
}
|
|
}
|