From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id A49F13851508 for ; Wed, 26 Oct 2022 08:47:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A49F13851508 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id C47241F8B3 for ; Wed, 26 Oct 2022 08:47:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1666774030; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XKKwRB6LyzNbbLDKHwLqzbo9YdszLSnH746A9Uvdwg4=; b=BNy9lisag3+UFatRkXGQPYtue3mHwvVR1r7qwxp5zNhV0+c+WFYrnv30wgLWKURcvrqwdx h4llzr+f9b60UQgV+O59Ixqz5/eNyBIqH4pZLhemGoaGYvSRyQ8nZN5/42e745bDO1BxoA PjnRILaK6DnfePXMOybRU8duxXH5Kiw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1666774030; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XKKwRB6LyzNbbLDKHwLqzbo9YdszLSnH746A9Uvdwg4=; b=U6PGd9vvE5JMJS6eHexrb7qQK6cU2trd8IDYdqREVovcJbhsP/Qs+AM1IN4tErArWP7MIW +JJ1bsUMNx8fXnAg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id AFFDA13A6E for ; Wed, 26 Oct 2022 08:47:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id C9TtKQ70WGMcSgAAMHmgww (envelope-from ) for ; Wed, 26 Oct 2022 08:47:10 +0000 Message-ID: Date: Wed, 26 Oct 2022 10:47:09 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH] tests: use canonical option name To: binutils@sourceware.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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: Noticed that while running a test-suite with mold linker: https://sourceware.org/bugzilla/show_bug.cgi?id=29722 Apparently, it's a legal option value for bfd, but for compatibility issues, I would like to use the canonical option name. Ready for master? Thanks, Martin ld/ChangeLog: * testsuite/ld-size/size.exp: Use canonical option name. --- ld/testsuite/ld-size/size.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/testsuite/ld-size/size.exp b/ld/testsuite/ld-size/size.exp index 063809b04cb..e15962886cd 100644 --- a/ld/testsuite/ld-size/size.exp +++ b/ld/testsuite/ld-size/size.exp @@ -274,7 +274,7 @@ run_ld_link_exec_tests [list \ ] \ [list \ "Run size-8" \ - "$NOPIE_LDFLAGS -Wl,--no-as-needed,--hash-styl=gnu,-z,notext \ + "$NOPIE_LDFLAGS -Wl,--no-as-needed,--hash-style=gnu,-z,notext \ tmpdir/libsize-8.so" \ "" \ {size-8a.c} \ -- 2.38.0