public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Richard Henderson <rth@redhat.com>
Cc: binutils@gcc.gnu.org
Subject: Re: [RFC] unify dynamic_symbol_p implementations
Date: Thu, 17 Jul 2003 13:22:00 -0000	[thread overview]
Message-ID: <20030717132242.GX27145@bubble.sa.bigpond.net.au> (raw)
In-Reply-To: <20030716164750.A8117@redhat.com>

On Wed, Jul 16, 2003 at 04:47:50PM -0700, Richard Henderson wrote:
> 	* elflink.c (_bfd_elf_dynamic_symbol_p): New.
> 	* elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
> 	(SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.

Looks reasonable to me, except these hunks.

> @@ -3952,7 +3927,7 @@ elfNN_ia64_relocate_section (output_bfd,
>  	      /* If we don't need dynamic symbol lookup, find a
>  		 matching RELATIVE relocation.  */
>  	      dyn_r_type = r_type;
> -	      if (! local_symbol_p)
> +	      if (! dynamic_symbol_p)
>  		{
>  		  dynindx = h->dynindx;
>  		  addend = rel->r_addend;
> @@ -4300,7 +4275,7 @@ elfNN_ia64_relocate_section (output_bfd,
>  
>  	      /* If we don't need dynamic symbol lookup, install two
>  		 RELATIVE relocations.  */
> -	      if (local_symbol_p)
> +	      if (dynamic_symbol_p)
>  		{
>  		  unsigned int dyn_r_type;
>  

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

  reply	other threads:[~2003-07-17 13:22 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16 23:47 Richard Henderson
2003-07-17 13:22 ` Alan Modra [this message]
2003-07-17 16:28   ` Richard Henderson
2003-07-17 19:28     ` H. J. Lu
2003-07-17 21:18       ` Hans-Peter Nilsson
2003-07-18 21:05         ` Richard Henderson
2003-07-18 19:02 Bob Wilson
2003-07-18 19:57 ` Richard Henderson
2003-07-18 20:09   ` Bob Wilson
2003-07-18 20:56     ` Richard Henderson
2003-07-18 21:19       ` Bob Wilson
2003-07-18 22:02         ` Richard Henderson
2003-07-18 22:06           ` Daniel Jacobowitz
2003-07-18 22:16             ` Bob Wilson
2003-07-18 22:21               ` Richard Henderson
2003-07-19  2:46                 ` H. J. Lu
2003-07-19  4:13                   ` H. J. Lu
2003-07-19  4:48                     ` H. J. Lu
2003-07-19  5:57                     ` Alan Modra
2003-07-19  6:21                       ` H. J. Lu
2003-07-20 15:13                         ` Alan Modra
2003-07-20 15:26                           ` H. J. Lu
2003-07-21  0:24                             ` Alan Modra
2003-07-21  3:18                               ` H. J. Lu
2003-07-21 19:28                           ` H. J. Lu
2003-07-21 20:48                             ` Richard Henderson
2003-07-21 21:04                               ` H. J. Lu
2003-07-21 23:26                                 ` Ulrich Drepper
2003-07-22  1:18                                   ` Alan Modra
2003-07-22  3:37                                     ` Ulrich Drepper
2003-07-24  0:23                 ` Bob Wilson

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=20030717132242.GX27145@bubble.sa.bigpond.net.au \
    --to=amodra@bigpond.net.au \
    --cc=binutils@gcc.gnu.org \
    --cc=rth@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).