[parisc-linux] .PARISC.unwind where is it for pa2.0w?
Matthew Wilcox
willy@debian.org
Thu, 14 Nov 2002 13:33:26 +0000
On Thu, Nov 14, 2002 at 02:30:23PM +0100, phi wrote:
> Hi All,
>
> Where is the "Section: .PARISC.unwind" for palinux2.0w doing an elfdump on the
> kernel I don't see it?
>
> Is it implemented differently
looks like we link it into the .text section:
.text BLOCK(16) : {
*(.text*)
*(.PARISC.unwind)
*(.fixup)
*(.lock.text) /* out-of-line lock text */
*(.gnu.warning)
} = 0
(arch/parisc/vmlinux64.lds for linux-2.4; arch/parisc/vmlinux.lds.S
for linux-2.5). why we do this, i don't know; i'm not a toolchain kind
of guy ;-)
--
Revolutions do not require corporate support.