[v2,6/7] NEWS: Add ASCII command
Checks
Context |
Check |
Description |
linaro-tcwg-bot/tcwg_binutils_build--master-arm |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 |
success
|
Test passed
|
linaro-tcwg-bot/tcwg_binutils_check--master-arm |
success
|
Test passed
|
Commit Message
From: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
ld/NEWS | 4 ++++
1 file changed, 4 insertions(+)
@@ -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.