public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Nathan Sidwell <nathan@codesourcery.com>
To: Nathan Sidwell <nathan@codesourcery.com>,
	  binutils <binutils@sources.redhat.com>
Subject: Re: vxworks dynamic tls relocs
Date: Wed, 19 Dec 2007 16:18:00 -0000	[thread overview]
Message-ID: <4769442B.8070200@codesourcery.com> (raw)
In-Reply-To: <20071113233857.GB14068@bubble.grove.modra.org>

Alan Modra wrote:
> On Tue, Nov 13, 2007 at 12:47:33PM +0000, Nathan Sidwell wrote:
>> Nullifying the dynamic reloc seemed the simplest approach to take, rather 
>> than change the size of the dynamic reloc section.
> 
> It is only marginally more difficult to do this without generating
> those NONE relocs.  For example, in elf32-ppc.c allocate_dynrelocs
> around line 4802, add
> 
>     if (htab->is_vxworks && info->shared)

sorry for the late followup. I tried your suggestion and it doesn't appear to 
work.  the problem is that location in allocate_dynrelocs is never reached.  We 
exit earlier:
   if (eh->dyn_relocs == NULL)
     return TRUE;

any clues?

nathan

-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery

  reply	other threads:[~2007-12-19 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-13 12:47 Nathan Sidwell
2007-11-13 23:39 ` Alan Modra
2007-12-19 16:18   ` Nathan Sidwell [this message]
2007-12-22  9:17     ` 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=4769442B.8070200@codesourcery.com \
    --to=nathan@codesourcery.com \
    --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).