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 "