From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from morgoth (host183-192-94.customer.mediateknik.net [193.183.192.94]) by sourceware.org (Postfix) with ESMTP id A0E1D3886C64 for ; Fri, 5 Jul 2024 16:22:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A0E1D3886C64 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=morgoth ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A0E1D3886C64 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=193.183.192.94 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720196577; cv=none; b=DBUzyECjI4wqWilNDwGyxXhaDh8BTPGV/KeU47wBuiBebU1ch17oNSBeC1tIeKCT/2JB4cujGM8LL6iP2Cnj5N+6gzVklX7CGupKFEcxmEkDxO4+ynuGGZ2e9ccirIjwyQkpQnmX2CFRogC/+gV6w6pVbM+8UjW0zfKTXKPgG54= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720196577; c=relaxed/simple; bh=TAf15xZ4cg4SW2MazZzh7DmcQnTHnu37kgGJnDh8h9I=; h=From:To:Subject:Date:Message-Id; b=dE+TvM5/5MBLcsUs3P11eHpzWAXBxdAiK00nGBt5114n6v5O/1LLtIk9DDnTpJylk+T2EayxyBB+AOjHIMtqxzZ2xpW8BOnCtqYhIKki5PnkqmnINSlCGEh0+7hnF2B5z5GZXQp70VfasntmpWR2aYVNWJKD6Rn7enYs8F7hVxU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by morgoth (Postfix, from userid 1000) id 14201340BF0; Fri, 5 Jul 2024 18:22:51 +0200 (CEST) From: binutils@emagii.com To: binutils@sourceware.org Cc: nickc@redhat.com, Ulf Samuelsson Subject: [PATCH v2 7/7] ChangeLog: Add ASCII command Date: Fri, 5 Jul 2024 18:22:48 +0200 Message-Id: <20240705162248.24954-8-binutils@emagii.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20240705162248.24954-1-binutils@emagii.com> References: <20240705162248.24954-1-binutils@emagii.com> X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,FSL_HELO_NON_FQDN_1,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,HELO_NO_DOMAIN,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KHOP_HELO_FCRDNS,SPF_NONE,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/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index ab881707e11..0d7fc62a984 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +2024-06-28 Ulf Samuelsson + Nick Clifton + + * ldlex.l: Add ASCII token. + * ldgram.y: Add parsing of the ASCII command. + * ldlang.c (lang_add_string): Add maximum size parameter. Move + escape character handling code into separate function. + * ldlang.h (lang_add_string): Update prototype. + * NEWS: Mention the new feature. + * ld.texi (Output Section Data): Document the new directives. + * testsuite/ld-scripts/ascii.d: New test driver. + * testsuite/ld-scripts/ascii.s: New test assembler source. + * testsuite/ld-scripts/ascii.t: New test script. + * testsuite/ld-scripts/script.exp: Run the new test. + 2024-01-15 Nick Clifton * configure: Regenerate. -- 2.17.1