summaryrefslogtreecommitdiffstats
path: root/arch/sh/boot/compressed/vmlinux.scr
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2008-07-04 12:54:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 18:10:33 +0900
commitf12ae6bc4ad0054386b380dbf90e63617cd5ab92 (patch)
tree51efc329cb0559547ec4ece96dd5d684a8404a73 /arch/sh/boot/compressed/vmlinux.scr
parentf2fb4e4f647dabf1177d3ce164988e73482d76b1 (diff)
downloadlinux-f12ae6bc4ad0054386b380dbf90e63617cd5ab92.tar.gz
linux-f12ae6bc4ad0054386b380dbf90e63617cd5ab92.tar.bz2
linux-f12ae6bc4ad0054386b380dbf90e63617cd5ab92.zip
sh: Fix up link error on SH-2 zImage with older binutils.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed/vmlinux.scr')
-rw-r--r--arch/sh/boot/compressed/vmlinux.scr9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr
deleted file mode 100644
index 1ed9d791f863..000000000000
--- a/arch/sh/boot/compressed/vmlinux.scr
+++ /dev/null
@@ -1,9 +0,0 @@
-SECTIONS
-{
- .data : {
- input_len = .;
- LONG(input_data_end - input_data) input_data = .;
- *(.data)
- input_data_end = .;
- }
-}