From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb2b.google.com (mail-yb1-xb2b.google.com [IPv6:2607:f8b0:4864:20::b2b]) by sourceware.org (Postfix) with ESMTPS id 91C6B38387F9 for ; Mon, 31 Oct 2022 16:10:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 91C6B38387F9 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yb1-xb2b.google.com with SMTP id o70so14234527yba.7 for ; Mon, 31 Oct 2022 09:10:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=21B646dVKsn/I47kVYMKGSyNYVpx8+Z1z2fPodooBWA=; b=l2xtmmILAL2uViS2u14nQa90a45frAQKk2iKkPdtoVbSAltN7E6R2/aiYy4ka4Iv9i WIfBTKh1LMs5iKY75GmYgWz+DRvIFcPnCRykOU9uXrLksXv7ZCGmF3zTR/uPv4LTt7xI lUwuL1aBPxoMvJ1MZLWgtA8EHquWLPTWzqhF//CQumumrj0viiKIov06OmQOIycCmsko POKsNTyrDqnFOqmR/oYy9NOzYZmB0NerWFEfsxQ+b/qoOad73bJ5/8R0lQ/FQP+vwqns GcPvMH2X43OIk4dXoylj9U7mLjyJWEW/WWz1L7ra1KAOiAV3FOofJj66qj1aGWDyW2tx rwDw== 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:subject:date:message-id :reply-to; bh=21B646dVKsn/I47kVYMKGSyNYVpx8+Z1z2fPodooBWA=; b=FCDhC708EFYmK3cG63wqNtoVf73f9Fjax8V4pN1hyTyPQXa4XTrSsvfwqOUPWyUaDM 9MLzTV891xS3S/RVyksVTuCZBMBe0MaZY9NA0U6Rn0zEzu7hUNp0bbjKvMpmzBXHRH/e +mlZjVgQgx/soqn0AqqInY6LghApbI5XcUKXQEW9XmoUH1Usqo8ku9+m4XcSePRt0GmD +YY+u8mxtlocjtU/3Mo/mi+gg92yEJaXbC8UG0UrUXR2iL3xzImkjUHcX+ZuWUK0r4ra 8FEtM9gA9/rWsHM8n7LNWC0qPbOzxv6OGYLC2zNbbDl4r99wRERf97PbV88f32xR4ZSX b6+A== X-Gm-Message-State: ACrzQf1dHo4r1xnLTbf/o7mLHC5hnE4KQ89rUjKUw7RGXCpf2/avd1Eo t3hGGOK1rMStwJLPGgqLM/TT2ZCIXnckcTCiZpdSzWUl X-Google-Smtp-Source: AMsMyM4hh+PaV9NnwEYQ82I6bRX8r3DN1t6edCoO1mIuhbJz8WVgwEfTpLaTolPtBfL+XlvKrjlKpnf+1b8TYiji/s8= X-Received: by 2002:a25:580b:0:b0:6cb:cff0:7018 with SMTP id m11-20020a25580b000000b006cbcff07018mr13539805ybb.497.1667232644923; Mon, 31 Oct 2022 09:10:44 -0700 (PDT) MIME-Version: 1.0 References: <94fd668465b77e94f3c000982c694e7da8f828f1.camel@espressif.com> <986e64ece3a408ae81512f2c10484ea22c7d634f.camel@espressif.com> In-Reply-To: From: Max Filippov Date: Mon, 31 Oct 2022 09:10:33 -0700 Message-ID: Subject: Re: [PATCH 0/5] Add Xtensa ESP chips support To: Alexey Lapshin Cc: Alexey Gerenkov , Anton Maklakov , "binutils@sourceware.org" , Ivan Grokhotkov Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, Oct 30, 2022 at 11:38 PM Alexey Lapshin wrote: > I could port your patch from 2017 (with espressif's changes and > comments resolves) to the latest binutils and send it to mailing list. > If you don't mind. Sure, I guess we can start with that. I also have a couple improvements in mind, let's see if we can make something solid this time. -- Thanks. -- Max