From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 2B544385B831 for ; Mon, 6 Apr 2020 09:13:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2B544385B831 Received: by mail-wm1-x329.google.com with SMTP id z7so13833494wmk.1 for ; Mon, 06 Apr 2020 02:13:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-description:content-disposition:in-reply-to; bh=V1A/ivLuQtfuGu9e3UDEK1BfKR96S9CE4vBJy1WOG5Y=; b=pQ0ud5+DmyNj7EvrXngfVOVttqvQydVd1FaBM4MBWkpjk4vpX91uknZ5H2nq2lMlvP t2qZPovDXUJMipYw2n+GpngQmpJNpcMBUY22E2BruWTRdOwa+JZK/+QQJRu08FWCq6Ku bVagWPtFI+DBJDmFAlE/T1wnox/rZcnIRkjg9UbIoTIxdNKktTSOYOPAmaKDvP43pHbR fQK8SC1e1UXj7LC9o0US+ocOyE1AVS8zVJpkJ7WahHRsSrIW+h7XPBQ0jENl3yoxRB9m QJMewDgxIWZOqeNp3HiO1GpNH5dti0A6D8rJ5+RrpJhiPJalyyHHRSHik2azBnJt1XuO uPeg== X-Gm-Message-State: AGi0PuZxbtlZBRTsCBLT9G8gvhBUvNu36LP4X8byOb34ySGNZmCXf22b Ju87bwCgT1jMvgJEDTN28bvqXMlWNXE= X-Google-Smtp-Source: APiQypJanKkoyw7KDbF0AYiFR/MkYhu/YpGSCx7csyz/98rV01d+dCb7yC7Pj/SgPShEVCJO7bx7SQ== X-Received: by 2002:a1c:4085:: with SMTP id n127mr8325921wma.163.1586164425081; Mon, 06 Apr 2020 02:13:45 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id z16sm10302088wrg.66.2020.04.06.02.13.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Apr 2020 02:13:44 -0700 (PDT) Date: Mon, 6 Apr 2020 11:13:48 +0200 From: Shahab Vahedi To: gdb-patches@sourceware.org Cc: Shahab Vahedi , Anton Kolesov , Francois Bedard Subject: [PING][PATCH 0/4] arc: Add GNU/Linux support Message-ID: <20200406091348.GB1975@gmail.com> References: <20200326125206.13120-1-shahab.vahedi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: ping1 Content-Disposition: inline In-Reply-To: <20200326125206.13120-1-shahab.vahedi@gmail.com> X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FSL_HELO_FAKE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 09:13:47 -0000 A friendly reminder for the patch series in: https://sourceware.org/pipermail/gdb-patches/2020-March/167022.html I appreciate taking the time to review it. Cheers, Shahab