From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50175 invoked by alias); 7 May 2018 08:03:32 -0000 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 Received: (qmail 50159 invoked by uid 89); 7 May 2018 08:03:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=tester, gdbpatches, Tested, gdb-patches X-HELO: mail-qt0-f194.google.com Received: from mail-qt0-f194.google.com (HELO mail-qt0-f194.google.com) (209.85.216.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 May 2018 08:03:30 +0000 Received: by mail-qt0-f194.google.com with SMTP id h2-v6so35124886qtp.7 for ; Mon, 07 May 2018 01:03:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=T4ZHr1phgIOjwdA0hsijEvBepcIrJ+O6MYLVSUNST9o=; b=LcPopBIW0IAKFJOQJqRZugzCChqZ+GWuTe88DPa+I6ldLE24qlkg7gdxTTSYaG0yfo DHfWdUw2bFHQce/nP6xkE7b/8Pz7EV6vgwOQImkFidQ3aNmmhMf6ifok/8zdIfyuCO91 6yH0IBS1adCRzC1ro1o/Z6hMncjvXR+yMHSTsQqNT3Ul5hzlvk1/E6nRvqRWjfUdZDXP EYrDBqgV5AjlACOI0mH1ZOwnE1+HksJQ0SmSTJsptHhwt5362x+DLvCcB/+/d+rfdSQI he6p9Cpl7rQnR+YcYoUCDCKTZB458P6IhPSHVNGt3uObUWsyk0tA9yH4vJo8+AScaEYh 87AQ== X-Gm-Message-State: ALQs6tAPz5j9j46ULQUZuQUgZ3dt+FJskJCxoIEtHHT6e5pRyDgEcZ6J LrjBjuN6iOq5wUO6h1PerdnpxXsHcBB1iUh9uxgYXw== X-Google-Smtp-Source: AB8JxZpDwdLKajraP4AilxIHUb0LBPRsxQhVfiHxuXN9D6d7tCbzuhadp9PMfQBoy+bRfusetejJnlbUWoI6MJYfbag= X-Received: by 2002:ac8:44cd:: with SMTP id b13-v6mr19464076qto.394.1525680208253; Mon, 07 May 2018 01:03:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.24.85 with HTTP; Mon, 7 May 2018 01:02:57 -0700 (PDT) In-Reply-To: References: <867evczxik.fsf@gmail.com> <20171103220437.GA13979@host1.jankratochvil.net> <20180321190316.GA32598@host1.jankratochvil.net> <1e06eb53-60f4-0800-a4f6-458e02f840bd@redhat.com> <20180426201216.GA218540@host1.jankratochvil.net> <20180501230339.GA3136080@host1.jankratochvil.net> <20180501230606.GA3138797@host1.jankratochvil.net> <20180503091532.GA3460897@host1.jankratochvil.net> <20180503091750.GB3460897@host1.jankratochvil.net> <13afbf49-09c1-2bd3-4293-241a242a7a11@redhat.com> <20180504203037.GA4080912@host1.jankratochvil.net> From: Omair Javaid Date: Mon, 07 May 2018 08:03:00 -0000 Message-ID: Subject: Re: [commit] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones To: Pedro Alves Cc: Jan Kratochvil , Yao Qi , GDB Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00165.txt.bz2 On 5 May 2018 at 01:47, Pedro Alves wrote: > On 05/04/2018 09:30 PM, Jan Kratochvil wrote: >> On Fri, 04 May 2018 18:40:04 +0200, Pedro Alves wrote: >>> This is OK. >> >> Checked in: >> a3b60e4588606354b93508a0008a5ca04b68fad8 >> New watchpoint-unaligned.exp test introduced by this commit fails for arm targets. (Tested with Raspberry Pi2 Tester) I have not tested it for other targets but if this is AArch64 specific kindly mark it an XFail for other targets. >> >>> Please make sure to including the updated commit log, and re-updating >>> it if necessary before pushing. (Ideally that would be re-posted >>> as part of each patch re-submission, as it's supposed to be >>> reviewed as an integral part of the patch). >> >> There was no ChangeLog update needed as I was updating only the testcase which >> is still listed as "New file". > I meant the git commit log, I had written an updated version here: > > https://sourceware.org/ml/gdb-patches/2018-04/msg00403.html > > Oh well, too late now. > > Thanks, > Pedro Alves