From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66244 invoked by alias); 17 Oct 2019 00:55:50 -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 66230 invoked by uid 89); 17 Oct 2019 00:55:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:464 X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Oct 2019 00:55:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571273748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BBawJke4gxRuB3QSjj948d21+5qtBNheU2KcUmseaVQ=; b=fr6MbdOR/HDWXJHkBHbeVAIn7Rhdd5t47K16MWrKDDXQ689Ls5wPDUzrQFWTJdtiNiY3K7 fXGqMzuTkYOHqq+0Qe1vMRq88WgI243uTnt8vGweWRjLvQeI2QRZIWDnM21KDx5XJ5wFEU +bwthRooBj54HKeCBiGENlNpaJcKki4= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-307-cQag2ztvPf-CTOicLRgVMQ-1; Wed, 16 Oct 2019 20:55:45 -0400 Received: by mail-wr1-f71.google.com with SMTP id j2so171697wrg.19 for ; Wed, 16 Oct 2019 17:55:44 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id z1sm452091wrn.57.2019.10.16.17.55.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 16 Oct 2019 17:55:43 -0700 (PDT) Subject: Re: [PATCH 18/23] Add multi-target tests To: "Aktemur, Tankut Baris" References: <20190906232807.6191-1-palves@redhat.com> <20190906232807.6191-19-palves@redhat.com> Cc: "gdb-patches@sourceware.org" From: Pedro Alves Message-ID: Date: Thu, 17 Oct 2019 00:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-10/txt/msg00537.txt.bz2 On 10/9/19 5:01 PM, Aktemur, Tankut Baris wrote: >> --- /dev/null >> +++ b/gdb/testsuite/gdb.multi/multi-target.c >> @@ -0,0 +1,100 @@ >> +/* This testcase is part of GDB, the GNU debugger. >> + >> + Copyright 2017-2019 Free Software Foundation, Inc. >> + >=20 > The year should be just 2019. Right? Nope, these files were really originally written in 2017, and have been published in my github since. Thanks, Pedro Alves