aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/compressed/vmlinux_64.scr
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/boot/compressed/vmlinux_64.scr')
-rw-r--r--arch/x86_64/boot/compressed/vmlinux_64.scr10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86_64/boot/compressed/vmlinux_64.scr b/arch/x86_64/boot/compressed/vmlinux_64.scr
new file mode 100644
index 00000000000..bd1429ce193
--- /dev/null
+++ b/arch/x86_64/boot/compressed/vmlinux_64.scr
@@ -0,0 +1,10 @@
1SECTIONS
2{
3 .text.compressed : {
4 input_len = .;
5 LONG(input_data_end - input_data) input_data = .;
6 *(.data)
7 output_len = . - 4;
8 input_data_end = .;
9 }
10}