From 099bf2927d446424e8585a60cf4ce63209999aa2 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 6 Mar 2023 14:31:49 +0100 Subject: [PATCH] DIGEST: NEWS Signed-off-by: Ulf Samuelsson --- ld/NEWS | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/ld/NEWS b/ld/NEWS index 4b91f2c3b0a..b79023ecb95 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,74 @@ -*- text -*- +* The linker script has a new command to insert a timestamp + TIMESTAMP + inserts the current time (seconds since Epoch) as a 64-bit value + +* The linker script syntax has new commands for debugging a linker script + DEBUG ON turns on debugging + DEBUG OFF turns off debugging + +* The linker script syntax has new commands for handling CRC-32/64 calculations + on the '.text' section + It uses code from https://www.libcrc.org/ + + DIGEST "