From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 7B88B384D0EE for ; Thu, 17 Nov 2022 03:01:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7B88B384D0EE 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-pf1-x429.google.com with SMTP id y203so475896pfb.4 for ; Wed, 16 Nov 2022 19:01:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=C8VOqtGPF2Z25iyuDQg+WXS9FwILmZRj2V6btl9WNF4=; b=f2J1KpN3EAEjSvhYUgAAJYPts7a+LNqRLCWMcYJrnXQmrc+mPMC7CczP5DkbQ9LIJu JnstaHfcBAOtOSCNLYnl0WITZRM0ZEnJqGI11I3smAtnaLGMuMkQk6RLokh3QrldwBJk k8raXeFbwXHAlaR9SRChydIsHtV+lKAsD8GRREx4SgIqYsGqs/evAT01img+qHh3d0Wf TwHr+UXxoWPrC3A/tmluS+r71aLT3yQmeZshyD8usk5d0Wcoa+HMNEBUDCC+wdzMJ+18 KAOf/OVIy+MDBLE2wEkOARqET7rU0EqyRXUIl+axU//mUJSkj3n5Dwg2R1Uyzpp+rWjl YQ/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=C8VOqtGPF2Z25iyuDQg+WXS9FwILmZRj2V6btl9WNF4=; b=CZhsxk0MPMMo+Aci2s63kMfyOCnmmZ77/dgcnlLjy070jiuuSRBWTXjKojE79337fp juRnLFxsCBpZPopTGWgG0a8GaCszhXAACWQ0y1PggigMJ23hGllCyBGT6ZGCgOjg0rx+ XS7drhUzG8kocCVd+WSkrUrnTQ09DO8fxhVy+DGcQ8lvCaL8+IZoe5okKismcLfcGt4j LP2us3pEvrV1YvtSX7XZO9R15JMYDAOBF1EO9YmmJSA6y1t3YcLRSTU61Ed4p6Jd7N5w MGjSsEM10vKO3pgXYtoeIRbA79guVepIwypaEpFc+XoVzLKaMjpGdt7AFiHA0Qom4hvf ufSQ== X-Gm-Message-State: ANoB5pl4A4rYsYf30hK/m5KyRJ81tzXakEWrPBpwUOC5d4VgvjNiO9cS 39WP3bjSvR1nnzDpf7UhLHs= X-Google-Smtp-Source: AA0mqf6UtRwZKKpPLrEXX9a8Ned37JFEe8eQjiykzsOqrEjRyVGh2ARVh6qu6AkL7wUbZ3tqM+ueug== X-Received: by 2002:a05:6a00:4286:b0:56d:3de3:c525 with SMTP id bx6-20020a056a00428600b0056d3de3c525mr1022180pfb.41.1668654113386; Wed, 16 Nov 2022 19:01:53 -0800 (PST) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:852b:d614:3cce:4f71]) by smtp.gmail.com with ESMTPSA id l15-20020a170902f68f00b001769206a766sm13173851plg.307.2022.11.16.19.01.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 19:01:52 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 4582F11405E6; Thu, 17 Nov 2022 13:31:50 +1030 (ACDT) Date: Thu, 17 Nov 2022 13:31:50 +1030 From: Alan Modra To: Zac Walker Cc: Nick Clifton , binutils@sourceware.org Subject: Re: aarch64-pe can't fill 16 bytes in section .text Message-ID: References: <1fc98550-06e7-284e-3f1c-dda991bdd0e5@redhat.com> <584ecd9c-7876-8e2f-4610-8b51cab366b8@linaro.org> <22f1fa23-8d3d-dedf-e7fd-2f3a0ecf9928@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22f1fa23-8d3d-dedf-e7fd-2f3a0ecf9928@linaro.org> X-Spam-Status: No, score=-3028.0 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 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: On Wed, Nov 16, 2022 at 06:03:56PM +0100, Zac Walker wrote: > Thanks Alan, > > Do you think my SUB_SEGMENT_ALIGN patch is still needed. I didn't merge it yet because I wanted to do more testing with your fix. Huh, I thought it had already gone in, but it was just in my local tree. Your patch isn't needed with my fix to obj-coff.c, but it wouldn't be a bad idea to apply it anyway. We have a few too many places doing section padding. It would be nice to get rid of the alignment code in coff_frob_section. -- Alan Modra Australia Development Lab, IBM