From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x641.google.com (mail-ej1-x641.google.com [IPv6:2a00:1450:4864:20::641]) by sourceware.org (Postfix) with ESMTPS id 48EE33857C49 for ; Tue, 4 Aug 2020 13:05:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 48EE33857C49 Received: by mail-ej1-x641.google.com with SMTP id c16so21944316ejx.12 for ; Tue, 04 Aug 2020 06:05: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-disposition:in-reply-to; bh=/RyVrfTqNMjHmYkj2e7FgPwWqEiamHsEcXSMeZ1+Vko=; b=AnyNTOtC0Esq99xdLUmEHHXcKLbYvJgj4ZdNEP5TjrebY4OjAR0DSEe9IOwKsPGSF4 XzmzWo3/Drt3TJJF0QLq/SG7p0qIJDHh+W/PXol35czqJr5K4LSfSquaSbQhIpzlRDnu 8CD5aB7/eNhaqfd79n2NtGPmQQru0QMvM6k3/AXj+fvqZWCDzFDT8jnZOwmYqiWU/lm8 15/lGdnxwt/iaHGcf8giY4RTaFhJwKwUz8+Q7lTeM04Cmnq4gZIJ9GwnO8H1+kEjqudu hL2HWuvk2X2zLcdKvEXECJHdAci1fLGKcwqTZWZhcmqY0uHkYC2Hx64c039q0AipBlQG 2v8g== X-Gm-Message-State: AOAM532+hB+sQvHN/n+h8Neq7IGISiyzkn7B6ys6J2Xp6EjpA7WTNvrA rDSMnKzbEoLEs949c48owP8= X-Google-Smtp-Source: ABdhPJzqUpRLDGND8IkNlTIHZmY4Ksca21anoccjleUY7/Ktlgqf7TiCaaO8VUHMtcFeyocFItTYig== X-Received: by 2002:a17:906:64d7:: with SMTP id p23mr21007846ejn.185.1596546349395; Tue, 04 Aug 2020 06:05:49 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id h24sm18516756ejk.117.2020.08.04.06.05.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Aug 2020 06:05:48 -0700 (PDT) Date: Tue, 4 Aug 2020 15:05:49 +0200 From: Shahab Vahedi To: Simon Marchi Cc: gdb-patches@sourceware.org, Anton Kolesov , Francois Bedard , Shahab Vahedi , Tom Tromey Subject: Re: [PATCH v5 0/4] arc: Add GNU/Linux support Message-ID: <20200804130549.GB1586@gmail.com> References: <20200326125206.13120-1-shahab.vahedi@gmail.com> <20200804085742.1458-1-shahab.vahedi@gmail.com> <915dcf09-991b-76db-efc4-40a080c0ab89@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <915dcf09-991b-76db-efc4-40a080c0ab89@simark.ca> X-Spam-Status: No, score=-6.2 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 13:05:51 -0000 On Tue, Aug 04, 2020 at 08:49:31AM -0400, Simon Marchi wrote: > The previous version was "LGTM with the pointed out nits fixed", so if you didn't > make other changes than that, you can consider the series ok to merge. Hi Simon, In the files that you have reviewed, I only applied fixes according to your remarks. However, I noticed that the documentation (gdb/doc/gdb.texinfo) and one test (gdb.arch/arc-tdesc-cpu.xml) need updating. They're not that big of a deal of changes, but they reflect that the features name have changed in this series of patch. I plan to update the softwares involved, like OpenOCD, QEMU, etc. Cheers, Shahab