NetBSD Problem Report #41708

From www@NetBSD.org  Mon Jul 13 06:27:57 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 8602C63BBD1
	for <gnats-bugs@gnats.netbsd.org>; Mon, 13 Jul 2009 06:27:57 +0000 (UTC)
Message-Id: <20090713062757.487FF63BADF@www.NetBSD.org>
Date: Mon, 13 Jul 2009 06:27:57 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: remove a semicolon from i386-tdep.c .
X-Send-Pr-Version: www-1.0

>Number:         41708
>Category:       bin
>Synopsis:       remove a semicolon from i386-tdep.c .
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 13 06:30:00 +0000 2009
>Closed-Date:    Mon Jul 13 08:35:41 +0000 2009
>Last-Modified:  Mon Jul 13 08:40:01 +0000 2009
>Originator:     Henning Petersen
>Release:        current-NetBSD
>Organization:
>Environment:
>Description:
Remove a semicolon at the end of an if statement.
From OpenBSD.
>How-To-Repeat:

>Fix:
--- gnu/dist/gdb6/gdb/i386-tdep.c	2 Jul 2006 20:14:15 -0000	1.1.1.2
+++ gnu/dist/gdb6/gdb/i386-tdep.c	13 Jul 2009 05:39:09 -0000
@@ -874,7 +874,7 @@

       /* addl y,%ebx */
       if (delta > 0 && op == 0x81
-	  && read_memory_unsigned_integer (pc + delta + 1, 1) == 0xc3);
+	  && read_memory_unsigned_integer (pc + delta + 1, 1) == 0xc3)
 	{
 	  pc += delta + 6;
 	}

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Mon, 13 Jul 2009 08:35:41 +0000
State-Changed-Why:
Committed, thank you!


From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41708 CVS commit: src/gnu/dist/gdb6/gdb
Date: Mon, 13 Jul 2009 08:35:24 +0000

 Module Name:	src
 Committed By:	wiz
 Date:		Mon Jul 13 08:35:24 UTC 2009

 Modified Files:
 	src/gnu/dist/gdb6/gdb: i386-tdep.c

 Log Message:
 Remove incorrect semicolon at the end of an if-statement.

 From OpenBSD via Henning Petersen in PR 41708.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/gdb/i386-tdep.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.