public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v1 0/7] ASCII output section command
@ 2024-06-28 21:46 binutils
  2024-06-28 21:46 ` [PATCH v1 1/7] ldlex.l: Add ASCII token binutils
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: binutils @ 2024-06-28 21:46 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 NULL character is added at the end.

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


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

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

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-28 21:46 [PATCH v1 0/7] ASCII output section command binutils
2024-06-28 21:46 ` [PATCH v1 1/7] ldlex.l: Add ASCII token binutils
2024-06-28 21:46 ` [PATCH v1 2/7] ldgram.y: Add ASCII parsing binutils
2024-06-28 21:46 ` [PATCH v1 3/7] ldlang.*: process ASCII command binutils
2024-07-01  6:35   ` Jan Beulich
2024-06-28 21:46 ` [PATCH v1 4/7] ld.texi: Add ASCII to info file binutils
2024-07-01  6:50   ` Jan Beulich
     [not found]     ` <6FDD8EBD-2371-40DB-B25B-052278BCBF49@emagii.com>
2024-07-02  8:12       ` Jan Beulich
2024-07-05 15:38         ` Ulf Samuelsson
2024-07-08  6:18           ` Jan Beulich
2024-07-08 10:57             ` Ulf Samuelsson
2024-07-08 11:07               ` Jan Beulich
2024-07-08 11:19                 ` Ulf Samuelsson
2024-07-08 11:18               ` Andreas Schwab
2024-07-08 11:29                 ` Ulf Samuelsson
2024-07-08 11:40                   ` Jan Beulich
2024-07-08 12:10                     ` Ulf Samuelsson
2024-07-08 11:48                   ` Andreas Schwab
2024-07-08 12:01                     ` Ulf Samuelsson
2024-07-08 12:16                       ` Andreas Schwab
2024-07-08 12:22                         ` Ulf Samuelsson
2024-06-28 21:46 ` [PATCH v1 5/7] Add testsuite for ASCII command binutils
2024-06-28 21:46 ` [PATCH v1 6/7] NEWS: Add " binutils
2024-06-28 21:46 ` [PATCH v1 7/7] ChangeLog: " binutils
2024-07-01  6:38   ` Jan Beulich
     [not found]     ` <094CF629-FDF8-436D-8B5B-62D35C3EA396@emagii.com>
2024-07-02  8:37       ` Jan Beulich

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).