From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Ben Cheng <bccheng@google.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] Ignore the first entry returned by svr4_current_sos_via_xfer_libraries for dynamically linked programs
Date: Tue, 04 Jun 2013 08:58:00 -0000 [thread overview]
Message-ID: <20130604085821.GA6431@host2.jankratochvil.net> (raw)
In-Reply-To: <CAPk6zkCTrkS960JAG70PdTaTAE=FQ1y4V2CneiNutSu6CG8rwA@mail.gmail.com>
Hello Ben,
the patch looks fine but I do not see GDB copyright assignment either yours or
a Google global one. Hopefully this patch is small enough to need one.
I will check it in reformatted after possibly copyright assignment reply.
On Tue, 28 May 2013 20:31:31 +0200, Ben Cheng wrote:
> < return library_list.head ? library_list.head : svr4_default_sos ();
> ---
> > /* Use the same logic that determines the 'ignore_first' variable
> > below. PR - 15507 */
There should be two spaces between . and */ so that PR could be for example in
parentheses.
> > if (exec_bfd && bfd_get_section_by_name (exec_bfd, ".dynamic") == NULL)
> > return library_list.head ? library_list.head : svr4_default_sos ();
> > else
> > return library_list.head && library_list.head->next ?
> > library_list.head->next : svr4_default_sos ();
http://www.gnu.org/prep/standards/standards.html formatting says:
return (library_list.head && library_list.head->next
? library_list.head->next : svr4_default_sos ());
Thanks,
Jan
next prev parent reply other threads:[~2013-06-04 8:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-28 18:31 Ben Cheng
2013-05-29 10:17 ` Gary Benson
2013-06-04 8:58 ` Jan Kratochvil [this message]
2013-06-04 17:19 ` Ben Cheng
2013-06-04 18:07 ` Jan Kratochvil
2013-06-04 18:18 ` Ben Cheng
2013-06-04 20:23 ` Jan Kratochvil
2013-06-04 20:36 ` Ben Cheng
2013-06-04 20:45 ` Ben Cheng
2013-06-04 20:57 ` Jan Kratochvil
2013-06-04 21:21 ` Ben Cheng
2013-06-05 11:38 ` [patchv2] " Jan Kratochvil
[not found] ` <51AF4C5B.5080104@redhat.com>
2013-06-09 18:08 ` [commit] " Jan Kratochvil
2013-06-11 6:32 ` Ben Cheng
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=20130604085821.GA6431@host2.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=bccheng@google.com \
--cc=gdb-patches@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