From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 9A3C33858D28 for ; Sun, 16 Jul 2023 23:00:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9A3C33858D28 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-pl1-x635.google.com with SMTP id d9443c01a7336-1b9d80e33fbso23507915ad.0 for ; Sun, 16 Jul 2023 16:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689548457; x=1692140457; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=bWVGfMoBOp9F2Ij1BQEInFvV1Z1sEJW+hablRqyuaPs=; b=TxigmeGd9KgXsvehXWQ+RIazPI6JcsA4x8EtoKXTEm9J7O9k044mzafpLWoZ3GxqNc 0UubZ2hQ+U6t3CBL0H4uzpHcMx/Mya7b5mTPd4MmmKVKWrrt4t4yvAEL8hSpiIi6c0mm ik6IhXR9jkqYAfUudGdTm5Ukyn631VZI7crubCK3WMODDwhglnHP0BrZ4IGnD2XmAuJU Xw1eEPgF5yPH5l4qh0Cp1O1XIZmVHaI925piGFS4PPCmdcz5sUCHw2RGOnNCbrHXJWh0 6r4NUiqvidBtgccpOm/6UJOzU05fN2Cs8feQUX6rFSrnYbCXDvG89BjtFhYMRxxIQFbK jW7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689548457; x=1692140457; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=bWVGfMoBOp9F2Ij1BQEInFvV1Z1sEJW+hablRqyuaPs=; b=IKzJ41cD2XHwsrSf1hU2ZoqfDYQ+MJkkmia3oxx1TgT5pfuVOt+lQvnl/IoDcgOTfS wcVIg9d/QaQh9q8ikRHiN43E4a8iy/LEGAJDJXvbUzBOKmBixuqNSwdWuJdGnd+rU+GM 6PWz37gv3K1qQFhpAgQnlPg2yFHakjQG71H/T+yE4dAlws44f1ngG8tqeojYiOpvLop+ d+GtthR65wXJb2fhkcH6sFSMv9q/REybiw2SOELwhajPW+6vVH2etQKUgOrumDLizTJv dYKu5UQ9ArvFbXBz7UUkl0biSkgNw+0mSKzLjrQGUjxRq1jSPYrbj3Wzg7Cr432WoaD9 sXcQ== X-Gm-Message-State: ABy/qLYUf2j4S0OIHIJD+nv8NM2dqUlHiF+hrVywuuy887bxItj+3R// t8IngHFyA+jG0L3d/xfqhC9pAlM3ieU= X-Google-Smtp-Source: APBJJlEDVMUzVlSaZVtbtzzuth/hcyVFfJ99Zx8KapJ9PTjwGxbB4Hf8tkuTRjeYYUGEcTCjndxgxQ== X-Received: by 2002:a17:902:cec9:b0:1b8:95fc:d12 with SMTP id d9-20020a170902cec900b001b895fc0d12mr12595120plg.54.1689548456706; Sun, 16 Jul 2023 16:00:56 -0700 (PDT) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id jn20-20020a170903051400b001a5260a6e6csm11383168plb.206.2023.07.16.16.00.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jul 2023 16:00:55 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id F1DCE114249E; Mon, 17 Jul 2023 08:30:52 +0930 (ACST) Date: Mon, 17 Jul 2023 08:30:52 +0930 From: Alan Modra To: binutils@sourceware.org Subject: Re: Support NEXT_SECTION in ALIGNOF and SIZEOF Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3028.5 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: On Wed, Jul 12, 2023 at 01:24:33PM +0930, Alan Modra wrote: > This patch is aimed at making __bss_start properly aligned with the > first of any bss-style sections following. Most of the work here > involves keeping track of the last output section seen when processing > the linker script. Since no one commented on this, I've gone ahead and committed the patch. -- Alan Modra Australia Development Lab, IBM