From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29485 invoked by alias); 4 Mar 2004 10:23:25 -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 29395 invoked from network); 4 Mar 2004 10:23:20 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 4 Mar 2004 10:23:20 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i24ANJ0u003108 for ; Thu, 4 Mar 2004 11:23:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i24ANJEU003244 for ; Thu, 4 Mar 2004 11:23:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i24ANJE2003241; Thu, 4 Mar 2004 11:23:19 +0100 (CET) Date: Fri, 19 Mar 2004 00:09:00 -0000 Message-Id: <200403041023.i24ANJE2003241@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Fix typo in gdb.asm/openbsd.inc X-SW-Source: 2004-03/txt/msg00070.txt.bz2 Committed to mainline, Mark Index: testsuite/ChangeLog from Mark Kettenis * gdb.asm/openbsd.inc: Fix typo. Index: testsuite/gdb.asm/openbsd.inc =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/openbsd.inc,v retrieving revision 1.1 diff -u -p -r1.1 openbsd.inc --- testsuite/gdb.asm/openbsd.inc 31 Jan 2004 14:32:24 -0000 1.1 +++ testsuite/gdb.asm/openbsd.inc 4 Mar 2004 10:21:38 -0000 @@ -1,6 +1,6 @@ comment "openbsd .note" -.section ".note.openbsdbsd.ident", "a" +.section ".note.openbsd.ident", "a" .p2align 2 .long 8 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29485 invoked by alias); 4 Mar 2004 10:23:25 -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 29395 invoked from network); 4 Mar 2004 10:23:20 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 4 Mar 2004 10:23:20 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i24ANJ0u003108 for ; Thu, 4 Mar 2004 11:23:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i24ANJEU003244 for ; Thu, 4 Mar 2004 11:23:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i24ANJE2003241; Thu, 4 Mar 2004 11:23:19 +0100 (CET) Date: Thu, 04 Mar 2004 10:23:00 -0000 Message-ID: <200403041023.i24ANJE2003241@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Fix typo in gdb.asm/openbsd.inc X-SW-Source: 2004-03.o/txt/msg00070.txt Message-ID: <20040304102300.XlG005FO112o5Rd9zzV4vBNVfVBpDNKAheuF8E4Ao9M@z> Committed to mainline, Mark Index: testsuite/ChangeLog from Mark Kettenis * gdb.asm/openbsd.inc: Fix typo. Index: testsuite/gdb.asm/openbsd.inc =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/openbsd.inc,v retrieving revision 1.1 diff -u -p -r1.1 openbsd.inc --- testsuite/gdb.asm/openbsd.inc 31 Jan 2004 14:32:24 -0000 1.1 +++ testsuite/gdb.asm/openbsd.inc 4 Mar 2004 10:21:38 -0000 @@ -1,6 +1,6 @@ comment "openbsd .note" -.section ".note.openbsdbsd.ident", "a" +.section ".note.openbsd.ident", "a" .p2align 2 .long 8