Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@debian.org>
To: phi <phi@hpfrcu81.france.hp.com>
Cc: "parisc-linux@lists.parisc-linux.org"
	<parisc-linux@lists.parisc-linux.org>
Subject: Re: [parisc-linux] .PARISC.unwind where is it for pa2.0w?
Date: Thu, 14 Nov 2002 13:33:26 +0000	[thread overview]
Message-ID: <20021114133326.W30392@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <3DD3A56F.665A0FB4@hpfrcu81.france.hp.com>; from phi@hpfrcu81.france.hp.com on Thu, Nov 14, 2002 at 02:30:23PM +0100

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.

  reply	other threads:[~2002-11-14 13:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13 21:32 [parisc-linux] ? New status of MUX or SCSI driver on E-series (and other...) Christoph Plattner
2002-11-13 21:54 ` Ryan Bradetich
2002-11-14 13:30   ` [parisc-linux] .PARISC.unwind where is it for pa2.0w? phi
2002-11-14 13:33     ` Matthew Wilcox [this message]
2002-11-14 16:37       ` Randolph Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021114133326.W30392@parcelfarce.linux.theplanet.co.uk \
    --to=willy@debian.org \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=phi@hpfrcu81.france.hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox