From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) by sourceware.org (Postfix) with ESMTPS id CD195385783F for ; Tue, 16 May 2023 14:36:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CD195385783F 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-lj1-x230.google.com with SMTP id 38308e7fff4ca-2ac7f53ae44so152186921fa.2 for ; Tue, 16 May 2023 07:36:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684247777; x=1686839777; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=uJfV6j97J5CyHOhD1bRC6/5qglqJKrAFnQ2DVtLFaUo=; b=ZLG/QQZ0HpL1PKSCXCtfGPXSEMThl6zXTKZX4uTEghL9GdTaTg2xQME6+gfHLe51ue M8K+KMbzBqdwVwgKE30CFlTeDXTpcaCkG58dAO4vPZq4uEVm2UB8vKCnQ+S7mJoafUPA lSry18KLFWs5GhAsxN8QHq0lCIB7Mi5rAUQRnlYoLRSLUMDH14THjSCiVOWO8oFx2eRC 6oC1/S53XQQcaCwS04UoKyNxZoNueYpLfHZXC8gJwgU8d8edaqSK4tvPfIuNo9LWHLzx ooAXyPf+rY5czocjhgdP5Xl3Qf68ARAQzjIx/YqU7FJrmCSl7CeTJ9u1hs9Xw7vPCIC9 xDRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684247777; x=1686839777; 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=uJfV6j97J5CyHOhD1bRC6/5qglqJKrAFnQ2DVtLFaUo=; b=OSwONULErMPehs0rhfqhNA1OJ4ACklor/6JJ9eVmLQ6ToqATheX10XqOohRTEN4YnV WB/ORkc1zgVi/tkNGckYqWZ3Ig6uCr8jb8+qrUGr1Yq1uQ74HUyFFgWQp7zN3L1PUI39 nHKU+L9tNIjcaWzg3UQkrFuh+oL/pekYVkFjfBMDc4rbSE0/1Qa48EksCB6MI6FLdQh5 O746GVk5F4jAJr3wfury3/8xLTUOA0+yyFDsvRnlEgSZp46kcdpXHTfphidr1gqpvLaf k//g2oOlSiopg6djFqvX3rY392gJxlRWCBOR4oxmVhM1z2wA6N2xeVU/RdZFAzpLVlIf pDrw== X-Gm-Message-State: AC+VfDwh0EDLMZ6Ki/W7t4lqv1r6w7N1Ydd2P1nWu8jGfT+s0gdWJ3YR AKWaTE+EkebeefWw9+pW9xcDsQoHhtfO5w6Octk7Xjtm X-Google-Smtp-Source: ACHHUZ7qsu5tOyfWaZIFLWrCVPgGaVn8Rg96sqCY/GEW6U3sjvpPfoLCgvpFIB0ktVR/X1aSaUMbSLPUiLz1bZdM4B0= X-Received: by 2002:a05:6512:218b:b0:4f2:6208:932 with SMTP id b11-20020a056512218b00b004f262080932mr5342554lft.11.1684247776722; Tue, 16 May 2023 07:36:16 -0700 (PDT) MIME-Version: 1.0 References: <9cccec92-8a1d-445d-2d1d-16abcf870295@redhat.com> <0c55df39-8977-a7c8-263b-c451cc2ade03@redhat.com> In-Reply-To: <0c55df39-8977-a7c8-263b-c451cc2ade03@redhat.com> From: Oleg Tolmatcev Date: Tue, 16 May 2023 16:36:04 +0200 Message-ID: Subject: Re: [PATCH] add section caches to coff_data_type To: Nick Clifton Cc: binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 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,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: Am Di., 16. Mai 2023 um 15:28 Uhr schrieb Nick Clifton : > > Hi Oleg, > > > Thanks for the review. I have attached the certificate and signed the > > patch. I don't know where to free the hash tables, that's why I didn't > > do it. The new patch is below. > > I have gone ahead and applied your patch, with the addition of some extra > code to bfd/coffgen.c:_bfd_coff_close_and_cleanup() to free the hash tables. Thanks a lot Nick.