From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emagii.se (www.emagii.com [185.133.207.17]) by sourceware.org (Postfix) with ESMTPS id D23A13858C62 for ; Wed, 15 Feb 2023 11:41:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D23A13858C62 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emagii.com Received: from valinor.ownit.se (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id E1D6112026B; Wed, 15 Feb 2023 12:41:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1676461267; bh=Dt5xcOmQ2ciDJU/Bu7eA+dc1jJGdcKV34WsOD9Nw97s=; h=From:To:Subject; b=BIlT51YD81DulMVdFXrPCXJ1v4MyWWj8+I0wRjoEK1TIFo1quq7VUWO+FyxdJQgUZ pQ3INL42/GZPZ31v+dEuPNiMI4fHxeLWkSe+UEpO+movhX8K74N5nJXlia9GTY7spd 41uUjhpVk2O4LLzSw21naysm4lbijb/+3Pq8Bfas= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=valinor.ownit.se Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) From: binutils@emagii.com To: binutils@sourceware.org Cc: nickc@redhat.com, Ulf Samuelsson Subject: [PATCH v0 2/6] Add ASCII command info to NEWS Date: Wed, 15 Feb 2023 12:40:48 +0100 Message-Id: <20230215114052.28292-3-binutils@emagii.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230215114052.28292-1-binutils@emagii.com> References: <20230215114052.28292-1-binutils@emagii.com> X-PPP-Message-ID: <167646126726.3837033.14348604795657600007@localhost.localdomain> X-PPP-Vhost: emagii.com 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_FAIL,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: From: Ulf Samuelsson Signed-off-by: Ulf Samuelsson --- ld/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ld/NEWS b/ld/NEWS index 4ce7e19d40b..38af9cba877 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,11 @@ -*- text -*- +* The linker script syntax has a new command for output sections: + ASCII () "string" (Alt 1 = Working) + ASCII , "string" (Alt 2 = Not Working) + This will reserve a zero filled block of bytes at the current + location and insert a zero-terminated string at the beginning of the block. + * The linker script syntax has a new command for output sections: ASCIZ "string" This will insert a zero-terminated string at the current location. -- 2.17.1