All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Question about .opd section
Date: Mon, 03 Feb 2003 20:55:18 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590709805802@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805798@msgid-missing>

binutils@sources.redhat.com is a better place to ask questions like this.
This is where the binutils experts hang out.

I found a comment in the IA-64 bfd support that says .opd contains "official
procedure descriptors".  I don't know where the terminology came from though.

The function descriptors are required for executing IA-64 code, so this is
definitely a normal section when using the GNU tools.  The section is
required if present.  The section is created by the linker, if one of the
object files being linked uses a relocation type that requires that a
function descriptor be created, e.g. LTOFF_FPTR22.  The 2-word function
descriptor goes in the .opd section, the address of the descriptor goes in
the GOT, and the gcc generated code loads the address from the GOT.

I don't have easy access to any other IA-64 compiler, so I can't comment on
how other compilers handle this.

Jim


      parent reply	other threads:[~2003-02-03 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-03 16:37 [Linux-ia64] Question about .opd section Wichmann, Mats D
2003-02-03 19:19 ` David Mosberger
2003-02-03 20:55 ` Jim Wilson [this message]

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=marc-linux-ia64-105590709805802@msgid-missing \
    --to=wilson@redhat.com \
    --cc=linux-ia64@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.