From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x642.google.com (mail-ej1-x642.google.com [IPv6:2a00:1450:4864:20::642]) by sourceware.org (Postfix) with ESMTPS id 7E4833857C7C for ; Tue, 4 Aug 2020 07:59:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7E4833857C7C Received: by mail-ej1-x642.google.com with SMTP id f24so20898140ejx.6 for ; Tue, 04 Aug 2020 00:59:28 -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-disposition:in-reply-to; bh=u7Uq/YPtbznM8iapINU7dRzwnLv8b6cD+0e6FYxoV1Y=; b=dI5qF+cRycRXXiMaJalpDgAJVbpg3yps3n7mGDRFhqSI4TSZcMv+Ofoy+uSYdGboPU MVwdtpyk3Tpep+R9QgL1wRPA7b1pzZriYdaLaqNsdNh2ZsoNM/nowHOcT6bxfIybd1EY ugb6fQZlFo9uyVZMi+6HR8K1ypOWmmjv7vlP/CTl4bInlebe1NMr5ecjtP61JCPioPFS 6a1oIXEZ72aKPOduwSFw9N0RdHEC0PdVDkkUQikUZgYAvZsuHhiVnXTaJkBWwFHpuLca qUXnx+7bWv56cbHPoUHwiSqczx0RHlM5rjIf7toq8P1JU2AfAvESglOX05WjdM0iSk/T /Fxw== X-Gm-Message-State: AOAM532oX7PZ6cxiNMklgXN10TyYQPP6A7+gOtPYVfc6lGUdNBkWefUd QeXKzy4hDZ9UD7KUCp9gPas= X-Google-Smtp-Source: ABdhPJyFn5qV8KO5+TiDEyKsSIgpTfNwx/oC6YpdoxF+qcg52TkDa4JhbbCXAM3afsSMgS10b2xtNg== X-Received: by 2002:a17:906:364e:: with SMTP id r14mr19196628ejb.295.1596527967546; Tue, 04 Aug 2020 00:59:27 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id a23sm17980864eds.37.2020.08.04.00.59.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Aug 2020 00:59:26 -0700 (PDT) Date: Tue, 4 Aug 2020 09:59:24 +0200 From: Shahab Vahedi To: Simon Marchi Cc: gdb-patches@sourceware.org, Anton Kolesov , Francois Bedard , Shahab Vahedi , Tom Tromey Subject: Re: [PATCH v4 0/3] arc: Add GNU/Linux support Message-ID: <20200804075924.GA1586@gmail.com> References: <20200713154527.13430-1-shahab.vahedi@gmail.com> <20200723193532.25812-1-shahab.vahedi@gmail.com> <5f4a783f-6867-3741-8616-3e263254ccee@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f4a783f-6867-3741-8616-3e263254ccee@simark.ca> X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Tue, 04 Aug 2020 07:59:29 -0000 Hi Simon, On Sat, Aug 01, 2020 at 07:31:12PM -0400, Simon Marchi wrote: > Btw, I think it would make sense to add an entry in the arch section of > the MAINTAINERS file for ARC, don't you think? If you plan on sticking > around, I think it would make sense to have you there. I already have added my info to "gdb/MAINTAINERS" file. Is that what you mean? Cheers, Shahab