Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
Cc: <stanshebs@earthlink.net>, <gdb-patches@sourceware.org>
Subject: Re: [PATCH] PIE support for OpenBSD
Date: Mon, 02 Jan 2012 03:58:00 -0000	[thread overview]
Message-ID: <4F012B6A.5070607@codesourcery.com> (raw)
In-Reply-To: <201112272138.pBRLcpI1006890@glazunov.sibelius.xs4all.nl>

On 12/28/2011 05:38 AM, Mark Kettenis wrote:
> +	if (writebuf)
> +		return -1;

The indentation looks wrong.  Fixed it as obvious.

-- 
Yao (齐尧)

2012-01-02  Yao Qi  <yao@codesourcery.com>

	* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.

Index: inf-ptrace.c
===================================================================
RCS file: /cvs/src/src/gdb/inf-ptrace.c,v
retrieving revision 1.76
diff -u -r1.76 inf-ptrace.c
--- inf-ptrace.c	27 Dec 2011 21:36:40 -0000	1.76
+++ inf-ptrace.c	2 Jan 2012 03:55:43 -0000
@@ -590,7 +590,7 @@
 	struct ptrace_io_desc piod;

 	if (writebuf)
-		return -1;
+	  return -1;
 	piod.piod_op = PIOD_READ_AUXV;
 	piod.piod_addr = readbuf;
 	piod.piod_offs = (void *) (long) offset;


  reply	other threads:[~2012-01-02  3:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-18  1:14 Mark Kettenis
2011-12-21 17:16 ` Jan Kratochvil
2011-12-21 21:27   ` Mark Kettenis
2011-12-21 22:01     ` Jan Kratochvil
2011-12-22  2:34     ` Stan Shebs
2011-12-22 10:25       ` Mark Kettenis
2011-12-22 19:40         ` Stan Shebs
2011-12-27 22:03           ` Mark Kettenis
2012-01-02  3:58             ` Yao Qi [this message]
2012-01-02  9:05               ` Mark Kettenis

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=4F012B6A.5070607@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=mark.kettenis@xs4all.nl \
    --cc=stanshebs@earthlink.net \
    /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