From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27465 invoked by alias); 12 Dec 2012 13:56:18 -0000 Received: (qmail 27451 invoked by uid 22791); 12 Dec 2012 13:56:16 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Dec 2012 13:56:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AC6002E479; Wed, 12 Dec 2012 08:56:11 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GzQpy29+SoYU; Wed, 12 Dec 2012 08:56:11 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3FDD02E1C3; Wed, 12 Dec 2012 08:56:11 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 99402C26EC; Wed, 12 Dec 2012 17:56:05 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [commit/obv] Remove trailing space in gdbarch.sh. Date: Wed, 12 Dec 2012 13:56:00 -0000 Message-Id: <1355320564-6481-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00386.txt.bz2 Hello, I noticed this trailing space when I ran an unmodified gdbarch.sh, and yet got a difference in gdbarch.h! Fixed in gdbarch.sh. gdb/ChangeLog: * gdbarch.sh (software_single_step): Remove trailing space in comment (gdbarch.h is already correct). Checked in. --- gdb/ChangeLog | 5 +++++ gdb/gdbarch.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b58f00..671aa09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-12-12 Joel Brobecker + + * gdbarch.sh (software_single_step): Remove trailing space in + comment (gdbarch.h is already correct). + 2012-12-11 Tom Tromey * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 81a70b0..887552e 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -586,7 +586,7 @@ m:CORE_ADDR:addr_bits_remove:CORE_ADDR addr:addr::core_addr_identity::0 # FIXME/cagney/2001-01-18: The logic is backwards. It should be asking if the # target can single step. If not, then implement single step using breakpoints. # -# A return value of 1 means that the software_single_step breakpoints +# A return value of 1 means that the software_single_step breakpoints # were inserted; 0 means they were not. F:int:software_single_step:struct frame_info *frame:frame -- 1.7.10.4