From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17296 invoked by alias); 22 Feb 2009 19:31:47 -0000 Received: (qmail 17287 invoked by uid 22791); 22 Feb 2009 19:31:47 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Feb 2009 19:31:39 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n1MJVY2F015293; Sun, 22 Feb 2009 19:31:35 GMT Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps37.corp.google.com with ESMTP id n1MJVWNm022682; Sun, 22 Feb 2009 11:31:33 -0800 Received: by localhost (Postfix, from userid 67641) id C4EC61C7260; Sun, 22 Feb 2009 11:31:32 -0800 (PST) To: gdb-patches@sourceware.org, muller@ics.u-strasbg.fr Subject: [commit] fix up changelog formatting Message-Id: <20090222193132.C4EC61C7260@localhost> Date: Sun, 22 Feb 2009 19:43:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes 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: 2009-02/txt/msg00418.txt.bz2 Hi. I checked this in under the obvious rule. diff -u -p -r1.10200 ChangeLog --- ChangeLog 22 Feb 2009 01:02:16 -0000 1.10200 +++ ChangeLog 22 Feb 2009 19:29:11 -0000 @@ -208,16 +208,15 @@ 2009-02-20 Pierre Muller - * Extend use of i386_use_watchpoints to all i386 native files + Extend use of i386_use_watchpoints to all i386 native files using hardware watchpoints. - go32-nat.c (init_go32_ops): Call i386_use_watchpoints. - i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto. - windows-nat.c (init_windows_ops): Ditto. - config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. - config/i386/nm-cygwin64.h: Ditto. - config/i386/nm-fbsd.h: Ditto. - config/i386/nm-go32.h: Ditto. - + * go32-nat.c (init_go32_ops): Call i386_use_watchpoints. + * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto. + * windows-nat.c (init_windows_ops): Ditto. + * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. + * config/i386/nm-cygwin64.h: Ditto. + * config/i386/nm-fbsd.h: Ditto. + * config/i386/nm-go32.h: Ditto. 2009-02-19 Joel Brobecker