From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x234.google.com (mail-lj1-x234.google.com [IPv6:2a00:1450:4864:20::234]) by sourceware.org (Postfix) with ESMTPS id 370113949F19 for ; Wed, 16 Mar 2022 19:10:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 370113949F19 Received: by mail-lj1-x234.google.com with SMTP id y17so4360601ljd.12 for ; Wed, 16 Mar 2022 12:10:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=ig4tismXn9ytJf81QaV+n7SxkyFMPtPrdeADmVZJbrU=; b=av1qdTmUDwX5gT1Tc2SK/pSUsxhkfaEYVGmEzyq0eUfUYB3Z0oIUwTKnA7yJqdupqi t66522tfnU4D7hfpPjU/Ot9ZjTOq7XpoaWw6wDjChO/fbSx3/xQKVC3/52hwG2MyoMIF Ik8EuWjE0EkHlkaoDYJCfbCW9mNovVUotMENixvFaAPUIAi7a9pFiv+KkrBeYP1gQkPj q8Vt4JdHvXh70cnC9xJANQdJLEBddzmt0Eyz11zQl5aXk3Svna9YSmFfT4wbKyPCf0CU CsQVaHOjRFhpGfOe/8LQg8cXvHsQdyjlY06tLGTGYOvz4zjc6cLyLoJ2SnYYFChRVayp f+TQ== X-Gm-Message-State: AOAM532vUYMiwC6ALPp43df77eeOjznETDEtKLTe2Z8gdypBOCEQsw/I PcWnJ1PafCOIjfPmNokfgTo= X-Google-Smtp-Source: ABdhPJwP1ejDB2LVvNIycsgi/1dPFFs2uQgWsrxMNXLBvzJvL2IhkQ4CPr3tVH2eqtpWIG+GDEu7kQ== X-Received: by 2002:a2e:9445:0:b0:246:412b:7c75 with SMTP id o5-20020a2e9445000000b00246412b7c75mr644218ljh.373.1647457807696; Wed, 16 Mar 2022 12:10:07 -0700 (PDT) Received: from [192.168.20.24] (85-76-134-94-nat.elisa-mobile.fi. [85.76.134.94]) by smtp.gmail.com with ESMTPSA id l18-20020a194952000000b00445bf2c3b83sm248527lfj.58.2022.03.16.12.10.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 16 Mar 2022 12:10:07 -0700 (PDT) Message-ID: <62f7132a-9300-dbc4-0fc9-db3cd2fa2bf7@gmail.com> Date: Wed, 16 Mar 2022 21:10:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: Fix for bug 28924 Content-Language: en-US To: Nick Clifton , Alan Matsuoka Cc: Binutils References: <20220309052506.4000271-1-amodra@gmail.com> <20220309052506.4000271-3-amodra@gmail.com> <60ea0381-f92a-4c75-c07a-3f01baa1be90@gmail.com> <11f7dfc6-a4b4-6b4c-ea1e-a100f398d5b1@redhat.com> From: Viorel Preoteasa In-Reply-To: <11f7dfc6-a4b4-6b4c-ea1e-a100f398d5b1@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, 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: Wed, 16 Mar 2022 19:10:10 -0000 Hi Nick, I noticed that you answered the bug 28924. I have now added a file that can be used to reproduce the problem, and I added also the information required to fix the problem. Viorel On 3/9/2022 1:42 PM, Nick Clifton wrote: > Hi Viorel, > >> We have a fix for bug 28924. >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=28924 >> >> The fix is very simple and involves very small changes (2 lines). How >> can we have this fix applied? If I send the changes could someone >> apply the fix? > > Please submit the patch to the binutils mailing list, so that it can > be reviewed. > > It would also help if you can add a link to the email to PR 28924, > once the email > appears in the binutils mailing list archive. > > >> I could also try to produce a test which does not depend on gcc that >> reveals the problem. The dependency on gcc make the test unreliable. > > That would be appreciated.  A patch that includes a test is always > better than > one that does not. > > Cheers >   Nick >