From: "Eli Zaretskii" <eliz@gnu.org>
To: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Change gdbarch_return_value to take function type instead of return value type
Date: Tue, 12 Oct 2004 21:09:00 -0000 [thread overview]
Message-ID: <01c4b09e$Blat.v2.2.2$a1e9ec40@zahav.net.il> (raw)
In-Reply-To: <20041012124916.GZ6702@cygbert.vinschen.de> (message from Corinna Vinschen on Tue, 12 Oct 2004 14:49:16 +0200)
> Date: Tue, 12 Oct 2004 14:49:16 +0200
> From: Corinna Vinschen <vinschen@redhat.com>
>
> @Eli: I've also changed the gdbarch_return_value documentation in
> gdbint.texinfo. I'm not quite sure if the @code brackets are
> correct here. Can you advice?
The use of @code with gdbarch_return_value is correct (every
programming language symbol should be in @code). However, this:
+This is usually done by calling @code{struct type *return_type = check_typedef (TYPE_TARGET_TYPE (functype));}
should use @example, like this:
This is usually done by calling
@smallexample
struct type *return_type = check_typedef (TYPE_TARGET_TYPE (functype));
@endsmallexample
Otherwise, fine; thanks.
next prev parent reply other threads:[~2004-10-12 21:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-12 12:48 Corinna Vinschen
2004-10-12 21:09 ` Eli Zaretskii [this message]
2004-10-13 9:20 ` Corinna Vinschen
2004-10-12 22:15 ` Mark Kettenis
2004-10-13 9:30 ` Corinna Vinschen
2004-10-13 10:14 ` Corinna Vinschen
2004-10-15 14:17 ` Corinna Vinschen
2004-10-15 14:23 ` Corinna Vinschen
2004-10-19 13:29 ` Corinna Vinschen
2004-10-25 23:18 ` Andrew Cagney
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='01c4b09e$Blat.v2.2.2$a1e9ec40@zahav.net.il' \
--to=eliz@gnu.org \
--cc=gdb-patches@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