m32r: Remove unused .altinstructions and .exit.* code from linker script.
authorTim Abbott <tabbott@ksplice.com>
Fri, 18 Sep 2009 20:32:47 +0000 (16:32 -0400)
committerHirokazu Takata <takata@linux-m32r.org>
Tue, 22 Sep 2009 15:29:39 +0000 (00:29 +0900)
commit2a67d26284c31e676bcf3891ad8cee75e87fbada
treea59e00f01d29eea56fffe6a70092c93af20261a9
parent00b01b246bc2e28763cbd85f0dc949d6c0d38c13
m32r: Remove unused .altinstructions and .exit.* code from linker script.

It appears that m32r copied the .altinstructions definition from x86
when the architecture was first merged into Linux.  m32r doesn't put
anything in .altinstructions, so this is just dead code.

The following block affecting .exit.text/.exit.data, which has a
comment also copied from x86, should also be deleted; the linker
script later discards the .exit.text and .exit.data sections.

Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/kernel/vmlinux.lds.S