[PATCH v4 6/7] NEWS: Add ASCII command
binutils@emagii.com
binutils@emagii.com
Mon Jul 8 17:49:28 GMT 2024
From: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
ld/NEWS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ld/NEWS b/ld/NEWS
index e0b9341a8ef..58144afd7a4 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,9 @@
-*- text -*-
+* The linker script syntax has a new command for output sections: ASCII (<size>) "string"
+ This will insert a string of the specified length at the current location.
+ It will be zero-filled if the string is shorter than <size> and truncated if longer.
+
* Add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker
to report needed and used x86-64 ISA levels.
--
2.17.1
More information about the Binutils
mailing list