From: Ulrich Drepper <drepper@gmail.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: elfutils-devel@lists.fedorahosted.org, binutils@sourceware.org,
gdb-patches@sourceware.org
Subject: Re: [2/3, ppc64, elfutils patch] eu-strip vs. func addresses for GDB inferior calls
Date: Wed, 23 Mar 2011 22:18:00 -0000 [thread overview]
Message-ID: <AANLkTikpF5fhFeHHex1qJ9aH00ONHSLpegxJxS4irRnT@mail.gmail.com> (raw)
In-Reply-To: <20110323152942.GA13640@host1.jankratochvil.net>
On Wed, Mar 23, 2011 at 11:29, Jan Kratochvil <jan.kratochvil@redhat.com> wrote:
> @@ -883,7 +883,8 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
> bool discard_section = (shdr_info[cnt].idx > 0
> && shdr_info[cnt].debug_data == NULL
> && shdr_info[cnt].shdr.sh_type != SHT_NOTE
> - && cnt != ehdr->e_shstrndx);
> + && cnt != ehdr->e_shstrndx
> + && strcmp (shdr_info[cnt].name, ".opd") != 0);
PPC-specific code has no place in the generic strip code.
prev parent reply other threads:[~2011-03-23 22:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-23 15:49 Jan Kratochvil
2011-03-23 17:16 ` Roland McGrath
2011-03-23 18:05 ` Jan Kratochvil
2011-03-24 3:09 ` Alan Modra
2011-04-04 11:19 ` obsolete: " Jan Kratochvil
2011-03-24 10:44 ` Roland McGrath
2011-03-23 22:18 ` Ulrich Drepper [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=AANLkTikpF5fhFeHHex1qJ9aH00ONHSLpegxJxS4irRnT@mail.gmail.com \
--to=drepper@gmail.com \
--cc=binutils@sourceware.org \
--cc=elfutils-devel@lists.fedorahosted.org \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@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