From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by sourceware.org (Postfix) with ESMTPS id 116733858426 for ; Thu, 3 Feb 2022 20:20:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 116733858426 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maskray.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-f179.google.com with SMTP id f8so3201198pgf.8 for ; Thu, 03 Feb 2022 12:20:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=yQ4PsaoU/HHMbOHaxgn90kcHAycaofTL0nt95UgzRXo=; b=3bXs8xVfY3mnFDAJ6KbcRtKpw25lHCn9QxYwPxLRGg6TsaYgjJQKuLX7DjzUEUdbWa OTh+ARrCm2JRuE/KSQmYHpwp69wXPVMq/AzhkAKENhiWxtNdaoCppu1B3/Jrn9sSXUkL 86zB/+ZnZxbnTiliaDSTC0UzJ/3CNLqfGXV7atB6rYjCKsH952QmrfNENrTCKEl32LYS aM3c1DvOK4fL6ZwfFJR4SaIJTfAz4IuM1N+b1Dn3/i3GdWaCdHcklACujLbazyeypbad P4knqlWA2FLR+EeljfROGBYX1zPlLPjh242cRgW7Vueeol0HuzHT9tbAFYquRWGXwzLL syig== X-Gm-Message-State: AOAM531tSE3xPZ5X24Ej8hma0sBqy+iibJMb5aSXUZz9U+Vvrjd9Sppm rVfi/MvAGD7ULg+K7SNmB8gsBfTpFYw= X-Google-Smtp-Source: ABdhPJzbHpnSFXzvtNhNJ064pyCRrdSD1QlEJAXu9hW4BlGE4/G6HmSkkDXJlBNYqFqioUS2jVjIJA== X-Received: by 2002:a63:338e:: with SMTP id z136mr29643198pgz.510.1643919644939; Thu, 03 Feb 2022 12:20:44 -0800 (PST) Received: from localhost ([2601:647:6300:b760:fbc3:98b5:57a2:a3b8]) by smtp.gmail.com with ESMTPSA id pf4sm12683313pjb.35.2022.02.03.12.20.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 12:20:44 -0800 (PST) Date: Thu, 3 Feb 2022 12:20:43 -0800 From: Fangrui Song To: Cary Coutant Cc: "H.J. Lu" , Binutils Subject: Re: [patch] Update list of e_machine values Message-ID: <20220203202043.zbg3f65542xtc45j@gmail.com> References: <61fc0585.1c69fb81.f8a93.288b@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2022 20:20:48 -0000 On 2022-02-03, H.J. Lu via Binutils wrote: >On Thu, Feb 3, 2022 at 8:57 AM Cary Coutant wrote: >> >> > Is psABI git repo available to the public? >> >> You mean the gABI? Not yet, but I'm working on it. The conversion of > >Yes, gABI. > >> the documentation to RST is mostly complete, and we're working on >> setting up a github repo now. >> > >Thanks for the update. Thanks!