This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Why does ELF/ppc expect .plt NOBITS?
- From: Jakub Jelinek <jakub at redhat dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: binutils at sources dot redhat dot com, amodra at bigpond dot net dot au
- Date: Thu, 24 Jul 2003 21:13:57 +0200
- Subject: Re: Why does ELF/ppc expect .plt NOBITS?
- References: <20030724190726.GA24671@lucon.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jul 24, 2003 at 12:07:26PM -0700, H. J. Lu wrote:
> Hi Alan,
>
> ld-powerpc tests expect the .plt section is SHT_NOBITS. Any particular
> reason for that?
Because ppc and ppc64 .plt sections are SHT_NOBITS as per their psABI?
Jakub