public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: binutils@emagii.com
To: binutils@sourceware.org
Cc: nickc@redhat.com, Ulf Samuelsson <ulf@emagii.com>
Subject: [PATCH v11 05/11] DIGEST: ldlex.l
Date: Fri,  3 Mar 2023 15:47:00 +0100	[thread overview]
Message-ID: <20230303144706.1977061-6-binutils@emagii.com> (raw)
In-Reply-To: <20230303144706.1977061-1-binutils@emagii.com>

From: Ulf Samuelsson <ulf@emagii.com>

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
 ld/ldlex.l | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ld/ldlex.l b/ld/ldlex.l
index 910e7ea3b8b..a240538be6b 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -298,6 +298,13 @@ V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^\\]([*?.$_a-zA-Z0-9\[\]\-\!\^\\]|::)*
 <SCRIPT>"AFTER"				{ RTOKEN(AFTER); }
 <SCRIPT>"BEFORE"			{ RTOKEN(BEFORE); }
 <WILD>"FILL"				{ RTOKEN(FILL); }
+<WILD>"DIGEST"				{ RTOKEN(DIGEST); }
+<WILD>"POLY"				{ RTOKEN(POLY); }
+<WILD>"TABLE"				{ RTOKEN(TABLE); }
+<WILD>"TIMESTAMP"			{ RTOKEN(TIMESTAMP); }
+<WILD>"DEBUG"				{ RTOKEN(DEBUG); }
+<WILD>"ON"				{ RTOKEN(ON); }
+<WILD>"OFF"				{ RTOKEN(OFF); }
 <SCRIPT>"STARTUP"			{ RTOKEN(STARTUP); }
 <SCRIPT>"OUTPUT_FORMAT"			{ RTOKEN(OUTPUT_FORMAT); }
 <SCRIPT>"OUTPUT_ARCH"			{ RTOKEN(OUTPUT_ARCH); }
-- 
2.34.1


  parent reply	other threads:[~2023-03-03 14:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 14:46 [PATCH v11 0/11 Add support for CRC64 generation in linker binutils
2023-03-03 14:46 ` [PATCH v11 01/11] DIGEST: LICENSING binutils
2023-03-03 14:46 ` [PATCH v11 02/11] DIGEST: NEWS binutils
2023-03-03 14:46 ` [PATCH v11 03/11] DIGEST: Documentation binutils
2023-03-03 14:46 ` [PATCH v11 04/11] DIGEST: testsuite binutils
2023-03-06 12:27   ` Nick Clifton
2023-03-06 13:18     ` Ulf Samuelsson
2023-03-03 14:47 ` binutils [this message]
2023-03-03 14:47 ` [PATCH v11 06/11] DIGEST: ldgram.y binutils
2023-03-03 14:47 ` [PATCH v11 07/11] DIGEST: ldmain.c binutils
2023-03-03 14:47 ` [PATCH v11 08/11] DIGEST: ldlang.*: add timestamp binutils
2023-03-03 14:47 ` [PATCH v11 09/11] DIGEST: calculation binutils
2023-03-03 14:47 ` [PATCH v11 10/11] DIGEST: Makefile.* binutils
2023-03-03 14:47 ` [PATCH v11 11/11] Build ldint binutils
2023-03-03 15:12 ` [PATCH v11 0/11 Add support for CRC64 generation in linker Ulf Samuelsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230303144706.1977061-6-binutils@emagii.com \
    --to=binutils@emagii.com \
    --cc=binutils@sourceware.org \
    --cc=nickc@redhat.com \
    --cc=ulf@emagii.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).