From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id J6oKEVBai2f6QhMAWB0awg (envelope-from ) for ; Sat, 18 Jan 2025 02:37:52 -0500 Received: by simark.ca (Postfix, from userid 112) id 39A8E1E100; Sat, 18 Jan 2025 02:37:52 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=4.0.0 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id E0B1C1E08E for ; Sat, 18 Jan 2025 02:37:51 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7692D383E68A for ; Sat, 18 Jan 2025 07:37:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7692D383E68A Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by sourceware.org (Postfix) with ESMTP id 89C083857823; Sat, 18 Jan 2025 07:37:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 89C083857823 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 89C083857823 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:4190:8020::34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737185844; cv=none; b=WUyqRKes4cgzVsJsst/AaXsv1uZO9qx67fR2utLgWroYlfNykhnLFkatycW6CtwjIn0wLMqNuLy/FpiYExOndP4O72kqFl0/dr96SgqinvXjKRWjFRxd0Z/2oT5GxLtPawH1n+vH61Yi5nEt40TbJaLMSZo0efQnNHI1Nva0kaQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737185844; c=relaxed/simple; bh=UN6h2PQZrG3NnPWZwHJOEIMhuQ5cqFdbwbeHheNC4pM=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=YYlABnDjsKAkzyRn5mi0OTLFOxWhgeB5WKzD61KE1i73aw1kaagE+zBzTxouoPSVFyqWihFvexWtz27rO+CbmO0neXLkOVvVJcvnHlaT1qhGEP7WO4amWyaMezXeJthae9LMe0Qpq6PgDGDz/i5O1sRgd+ZTkiv5ZwvOZube51g= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89C083857823 Received: by angie.orcam.me.uk (Postfix, from userid 500) id 03D1C92009C; Sat, 18 Jan 2025 08:37:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 00FCE92009B; Sat, 18 Jan 2025 07:37:23 +0000 (GMT) Date: Sat, 18 Jan 2025 07:37:23 +0000 (GMT) From: "Maciej W. Rozycki" To: Ivan Kokshaysky cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] alpha, ld: remove -taso option In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org On Sat, 18 Jan 2025, Maciej W. Rozycki wrote: > Please remove OPTION_TASO definition from ld/ldlex.h as well. Also this removes a user option, so please add an entry to binutils/NEWS. Maciej