public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Lu, Hongjiu" <hongjiu.lu@intel.com>
To: "Alan Modra" <amodra@bigpond.net.au>, <binutils@sources.redhat.com>
Subject: RE: got and plt section attributes
Date: Mon, 28 Jul 2003 14:32:00 -0000	[thread overview]
Message-ID: <DC08E7903B1B494FB0109C65C5769C4301593928@fmsmsx405.fm.intel.com> (raw)

Looks OK to me.

H.J. Lu
Intel Corporation


> -----Original Message-----
> From: Alan Modra [mailto:amodra@bigpond.net.au]
> Sent: Monday, July 28, 2003 7:25 AM
> To: binutils@sources.redhat.com
> Cc: Lu, Hongjiu
> Subject: got and plt section attributes
> 
> This fixes warnings about "setting incorrect section attributes for
> .got" when compiling gcc/config/rs6000/eabi-ci.asm.
> 
> 	 * elf.c (special_sections): Set attributes for .got and .plt.
> 
> Index: bfd/elf.c
> ===================================================================
> RCS file: /cvs/src/src/bfd/elf.c,v
> retrieving revision 1.193
> diff -u -p -r1.193 elf.c
> --- bfd/elf.c	26 Jul 2003 01:06:27 -0000	1.193
> +++ bfd/elf.c	28 Jul 2003 14:10:11 -0000
> @@ -2192,13 +2192,13 @@ static struct bfd_elf_special_section co
>    { ".dynsym",		0,	NULL,	0,
>      SHT_DYNSYM,		SHF_ALLOC },
>    { ".got",		0,	NULL,	0,
> -    SHT_PROGBITS,	0 },
> +    SHT_PROGBITS,	SHF_ALLOC + SHF_WRITE },
>    { ".hash",		0,	NULL,	0,
>      SHT_HASH,		SHF_ALLOC },
>    { ".interp",		0,	NULL,	0,
>      SHT_PROGBITS,	0 },
>    { ".plt",		0,	NULL,	0,
> -    SHT_PROGBITS,	0 },
> +    SHT_PROGBITS,	SHF_ALLOC + SHF_EXECINSTR },
>    { ".shstrtab",	0,	NULL,	0,
>      SHT_STRTAB,		0 },
>    { ".strtab",		0,	NULL,	0,
> 
> --
> Alan Modra
> IBM OzLabs - Linux Technology Centre

             reply	other threads:[~2003-07-28 14:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-28 14:32 Lu, Hongjiu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-28 14:24 Alan Modra
2003-07-28 14:42 ` Jakub Jelinek
2003-07-28 15:01   ` Alan Modra

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=DC08E7903B1B494FB0109C65C5769C4301593928@fmsmsx405.fm.intel.com \
    --to=hongjiu.lu@intel.com \
    --cc=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).