From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5879 invoked by alias); 29 May 2003 07:40:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5872 invoked from network); 29 May 2003 07:40:46 -0000 Received: from unknown (HELO kerberos.suse.cz) (195.47.106.10) by sources.redhat.com with SMTP; 29 May 2003 07:40:46 -0000 Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2]) by kerberos.suse.cz (SuSE SMTP server) with ESMTP id 173B659E398; Thu, 29 May 2003 09:40:46 +0200 (CEST) Received: from suse.cz (naga.suse.cz [10.20.1.16]) by chimera.suse.cz (Postfix) with ESMTP id E57454D59; Thu, 29 May 2003 09:40:45 +0200 (CEST) Message-ID: <3ED5B97D.7030909@suse.cz> Date: Thu, 29 May 2003 07:40:00 -0000 From: Michal Ludvig Organization: SuSE CR, s.r.o. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: cs, cz, en MIME-Version: 1.0 To: Mark Kettenis Cc: GDB Patches Subject: [PATCH/i386newframe] OB: fix comment Content-Type: multipart/mixed; boundary="------------030605060805080909050501" X-SW-Source: 2003-05/txt/msg00528.txt.bz2 This is a multi-part message in MIME format. --------------030605060805080909050501 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 165 Hi, attached patch fixes a nested comment. Committed as obvious. Michal Ludvig -- * SuSE CR, s.r.o * mludvig@suse.cz * (+420) 296.545.373 * http://www.suse.cz --------------030605060805080909050501 Content-Type: text/plain; name="obvious-1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="obvious-1.diff" Content-length: 832 2003-05-29 Michal Ludvig * x86-64-linux-nat.c: Fix nested comments. Index: x86-64-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/x86-64-linux-nat.c,v retrieving revision 1.21.16.1 diff -u -p -r1.21.16.1 x86-64-linux-nat.c --- x86-64-linux-nat.c 17 May 2003 15:09:15 -0000 1.21.16.1 +++ x86-64-linux-nat.c 29 May 2003 07:32:29 -0000 @@ -43,7 +43,7 @@ the register sets used by `ptrace'. The corresponding types are `elf_gregset_t' for the general-purpose registers (with `elf_greg_t' the type of a single GP register) and `elf_fpregset_t' - for the floating-point registers. + for the floating-point registers. */ /* Mapping between the general-purpose registers in `struct user' format and GDB's register array layout. */ --------------030605060805080909050501--