From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id BF1403858D31 for ; Mon, 20 Apr 2020 16:51:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BF1403858D31 Received: by mail-wm1-x32c.google.com with SMTP id 188so298348wmc.2 for ; Mon, 20 Apr 2020 09:51:50 -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=Fs3CZR5ZYzhT6y3FscdrlTdC/VZ87b/HkzTwB03G0Jc=; b=cKrycwsv/TdS1Y7o2UDoh/QH9mcRQncbhOZCDnP6LA2pGi3Di2/FiM85LBsCeeE7R4 Y4ImdDKioFsEOw8NWjJSd20nwFCccgB0Sjq3gdM+6Hfw8QhEnFjPCUdl9XNqm9x48aF/ 37iIT/7czuDRaTn6nkIa1MEKIuww5qld4Opy9gQmKzI1QuIc6HIHFmxt27V3+vfxtkTn L26K9el1ctoVsErt2DE4WKQR+e4Ck/1ECVUrIplC3xF6d9FxFFSJDwsPGzaOYMaR+nC4 axSEo4R47R+x/XlsK/mI7i0Bfe+8jMQbYN2BjTXQ0EVfU7iuOF2/mJqTBWTM0xnZhiyh KfNQ== X-Gm-Message-State: AGi0Pub3y27vwMx65FU9xeR+R07cHFlY9aTcr2H7h7XYFZLKt4mbZPo9 hZudDgiS0Gj1KZElpbwO4ALI+nkWzBg= X-Google-Smtp-Source: APiQypK/fVnwLWty7NJK2+xg+MWXMKc+RRZzD7a9WeotXYIxAnXoVHs7cIIKma0Rw6W8hr1Du4Oyag== X-Received: by 2002:a05:600c:2645:: with SMTP id 5mr246619wmy.168.1587401509602; Mon, 20 Apr 2020 09:51:49 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id f2sm78407wro.59.2020.04.20.09.51.48 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 20 Apr 2020 09:51:48 -0700 (PDT) Date: Mon, 20 Apr 2020 18:51:47 +0200 From: Shahab Vahedi To: gdb-patches@sourceware.org Cc: Shahab Vahedi , Shahab Vahedi , Anton Kolesov , Francois Bedard Subject: [PING^2][PATCH 0/4] arc: Add GNU/Linux support Message-ID: <20200420165147.GA1939@gmail.com> References: <20200326125206.13120-1-shahab.vahedi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: try_3 Content-Disposition: inline In-Reply-To: <20200326125206.13120-1-shahab.vahedi@gmail.com> X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_2, 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, 20 Apr 2020 16:51:52 -0000 Second ping: --- 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