ASCIZ Command for output section
authorUlf Samuelsson <ulf@emagii.com>
Tue, 14 Feb 2023 10:13:28 +0000 (10:13 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Feb 2023 10:13:28 +0000 (10:13 +0000)
commit0d79a2a8e2d91fc258ac795c19c13e3ab505a6c2
tree6d366ae54f94ded995f08e3f2ea8ac47aa542de5
parent12ef68305572ed139825be827b2bb1d1aef3ca25
ASCIZ Command for output section

Adds a new directive to the linker script syntax: ASCIZ.
This inserts a zero-terminated string into the output at the place where it is used.
ld/NEWS
ld/ld.texi
ld/ldgram.y
ld/ldlang.c
ld/ldlang.h
ld/ldlex.l
ld/testsuite/ld-scripts/asciz.d [new file with mode: 0644]
ld/testsuite/ld-scripts/asciz.s [new file with mode: 0644]
ld/testsuite/ld-scripts/asciz.t [new file with mode: 0644]
ld/testsuite/ld-scripts/script.exp