From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2a.google.com (mail-oa1-x2a.google.com [IPv6:2001:4860:4864:20::2a]) by sourceware.org (Postfix) with ESMTPS id 4168C385C335 for ; Thu, 25 Aug 2022 08:20:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4168C385C335 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-oa1-x2a.google.com with SMTP id 586e51a60fabf-11c5ee9bf43so23983342fac.5 for ; Thu, 25 Aug 2022 01:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=6GmbluoKPzOHCGHL3O2tbgqTqC4xYroiRTTCABSx1bs=; b=Ugusrc/CIIBOd8NKUQxH85EN/TGUrn7DEamsQ85HWX5aWrhthUtQ1wIh5esoqgDy0V RQxDKKl2TpvQePvLJkAHs1lI9+zSBQpZrem448Qasu64JichShtJjtN+DWp6DnINdnbl WUUHvb1h4Di3r8DMN9WTiDq1mqMMVQrq2Zp7g3I6tWcJ3O61//+ZWm0DOI0+raCd5+XV QLIHQt2oa2BCKRTQdCSAUIlLXonnsHwaL6bqkjt1l/+v9wt0eptap3VICySlawN4v6n+ 7HFZmFcQIRkfupLdn02lFc/D/shsv5qY7Ompy1PHNlNOhNJKP4WG9oVLBVL0WKxDNhpK capQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=6GmbluoKPzOHCGHL3O2tbgqTqC4xYroiRTTCABSx1bs=; b=ODHl0iMJCsa8NRvFGcT1sKRueZTmWEprn45fci9onzSYQwn/6oIw1AT6yKwY6CbNFx CIt1Kazf5eCFKrvAyXao2rUE1YsRC56SVeWR9U6wZp4xKT2ea/VUYO8zpHS9aLVhUmVX xqTjzcb+p+Q9y6LBhnFRUr+tm+6dMBAEIqiQ932biGXGK/F7bnq2zvK9iwe8MEOCdBZo Jv3tcFNKO9TEVR39kasATw/N1vRHfjJo+1j6SGe7RfVmND38Q5c1ew1ejipMOjPlLMsT 6Z/4LBrct5dZR+98Vuy3b1LybyuQfS7yCJsbLivKqW9dXig1TKphrPTzXRFUlUvhVsv+ 0cUQ== X-Gm-Message-State: ACgBeo07aYOzNALNki8ciX0jQKK/fxiX/+FnVr/n84Zlzs/N7kGw0sVw J0sAPuY6S25Boxvn3FRBkSYa7nNX57YTH0Qemb39sQ== X-Google-Smtp-Source: AA6agR5qyYzab0HwRwK5RZNbR+xGU7EUPaoHkfRwgPaM1rKUKJjymdDyK3QM4BziBRpbBBmlElHxztB9jHutsAWiQhk= X-Received: by 2002:a05:6870:831f:b0:11c:dfe3:ef6d with SMTP id p31-20020a056870831f00b0011cdfe3ef6dmr1339074oae.107.1661415638512; Thu, 25 Aug 2022 01:20:38 -0700 (PDT) MIME-Version: 1.0 References: <20220824201911.25495-1-palmer@rivosinc.com> In-Reply-To: <20220824201911.25495-1-palmer@rivosinc.com> From: Nelson Chu Date: Thu, 25 Aug 2022 16:20:27 +0800 Message-ID: Subject: Re: Add the RISC-V bits to gas/NEWS To: Palmer Dabbelt Cc: binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: OK, these should mention all the past updates, including the 2.39, so committed. Thanks Nelson On Thu, Aug 25, 2022 at 4:20 AM Palmer Dabbelt wrote: > > This is somewhat embarassing, but looks like we've neglected to add NEWS > entries since the one announcing our port. I've got through the history > and tried to pull everything out, I think I got all the big stuff like > new extensions. > >