diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2008-07-04 12:54:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 18:10:33 +0900 |
commit | f12ae6bc4ad0054386b380dbf90e63617cd5ab92 (patch) | |
tree | 51efc329cb0559547ec4ece96dd5d684a8404a73 /arch/sh/boot/compressed/vmlinux.scr | |
parent | f2fb4e4f647dabf1177d3ce164988e73482d76b1 (diff) | |
download | linux-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.scr | 9 |
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 = .; - } -} |