public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ASCII output section command
@ 2024-07-05 16:22 binutils
  2024-07-05 16:22 ` [PATCH v2 1/7] ldlex.l: Add ASCII token binutils
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: binutils @ 2024-07-05 16:22 UTC (permalink / raw)
  To: binutils; +Cc: nickc

Implement the ASCII command for output sections

Introduce a command which adds a fixed size string.

   ASCII <size>  ',' <string>

Size specified in command. 
If the string is shorter than the allocated area, it is zero filled
If the string is longer than the allocated area, it is truncated
and a NUL character is added at the end.

Note: Will be merged into fewer patches after acceptance in final version

[PATCH v2 1/7] ldlex.l: Add ASCII token
[PATCH v2 2/7] ldgram.y: Add ASCII parsing
[PATCH v2 3/7] ldlang.*: process ASCII command
[PATCH v2 4/7] ld.texi: Add ASCII to info file
[PATCH v2 5/7] Add testsuite for ASCII command
[PATCH v2 6/7] NEWS: Add ASCII command
[PATCH v2 7/7] ChangeLog: Add ASCII command


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-07-08 10:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-05 16:22 [PATCH v2 0/7] ASCII output section command binutils
2024-07-05 16:22 ` [PATCH v2 1/7] ldlex.l: Add ASCII token binutils
2024-07-05 16:22 ` [PATCH v2 2/7] ldgram.y: Add ASCII parsing binutils
2024-07-05 16:22 ` [PATCH v2 3/7] ldlang.*: process ASCII command binutils
2024-07-05 16:22 ` [PATCH v2 4/7] ld.texi: Add ASCII to info file binutils
2024-07-08  6:23   ` Jan Beulich
2024-07-08 10:59     ` Ulf Samuelsson
2024-07-05 16:22 ` [PATCH v2 5/7] Add testsuite for ASCII command binutils
2024-07-05 16:22 ` [PATCH v2 6/7] NEWS: Add " binutils
2024-07-05 16:22 ` [PATCH v2 7/7] ChangeLog: " binutils

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).