public inbox for prelink@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Stubbs <ams@codesourcery.com>
To: prelink@sourceware.org
Subject: Re: [PATCH] Fix MIPS debug info prelinking
Date: Mon, 17 May 2010 07:53:00 -0000	[thread overview]
Message-ID: <4BF0F5FC.8080607@codesourcery.com> (raw)
In-Reply-To: <4BE4340A.5050004@codesourcery.com>

Ping?

On 07/05/10 16:38, Andrew Stubbs wrote:
> Hi all,
>
> Prelink currently fails to relocate the debug info in MIPS libraries
> because they use a custom section type.
>
> Here is an example section from PPC:
>
> [29] .debug_frame PROGBITS 00000000 0021b0 00002c 00 0 0 4
>
> The type is "PROGBITS", which is what prelink likes, so it works correctly.
>
> Now, here is an example from an equivalent MIPS binary:
>
> [28] .debug_frame MIPS_DWARF 00000000 000ee8 00002c 00 0 0 4
>
> Here the type is "MIPS_DWARF", a type not handled by prelink.
>
> Please accept the attached patch to fix this.
>
> Thanks
>
> Andrew
>

      reply	other threads:[~2010-05-17  7:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07 15:39 Andrew Stubbs
2010-05-17  7:53 ` Andrew Stubbs [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=4BF0F5FC.8080607@codesourcery.com \
    --to=ams@codesourcery.com \
    --cc=prelink@sourceware.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 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).