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 9B8F13899083 for ; Fri, 28 Jun 2024 21:46:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9B8F13899083 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 9B8F13899083 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=1719611198; cv=none; b=veh4G8VCYQfBu0fk2/Jn89yjrNoxH2kQCu5ONm0F0Edx/skJoWj4U0ayKrGHW3khI6i/dN1sw3isGEbHgbTSHlWQAyZDV/jJvLDf0hEAp5dpbWmFgjNx/964LqIT2jpz1cugj9aaQGulhErI+E2EX+iw7ACnFAg/pdsCXkYk/28= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719611198; c=relaxed/simple; bh=TAf15xZ4cg4SW2MazZzh7DmcQnTHnu37kgGJnDh8h9I=; h=From:To:Subject:Date:Message-Id; b=M30lbqMGWq+wdzwwodkQjHaeu56fZwiJEVT9NkCIepTLouCSc+Hdb8IZC1bsm//82hRbQkcxT8J481HH9fFXNMLcpq0rkmkS6AY+5wPDmSZi+dXwgj60ymNBYW0GQ9wKKrkkZOI2DsnzxtNQPVXsngfoz39fp91s/TqjSDcGwEk= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by morgoth (Postfix, from userid 1000) id C03E9340BEF; Fri, 28 Jun 2024 23:46:30 +0200 (CEST) From: binutils@emagii.com To: binutils@sourceware.org Cc: nickc@redhat.com, Ulf Samuelsson Subject: [PATCH v1 7/7] ChangeLog: Add ASCII command Date: Fri, 28 Jun 2024 23:46:27 +0200 Message-Id: <20240628214627.6726-8-binutils@emagii.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20240628214627.6726-1-binutils@emagii.com> References: <20240628214627.6726-1-binutils@emagii.com> X-Spam-Status: No, score=-11.9 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