On Sat, Oct 07, 2023 at 03:13:07PM -0400, Tom Rini wrote:
> In order to be able to discard unused long help texts without further
> linker lists, add a macro for defining the long help messages which uses
> __maybe_unused. This allows us to discard them as unreferenced as part
> of the link.
>
>
On Sun, Oct 15, 2023 at 08:39:44AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Sat, 7 Oct 2023 at 13:13, Tom Rini wrote:
> >
> > In order to be able to discard unused long help texts without further
> > linker lists, add a macro for defining the long help messages which uses
> > __maybe_unused. T
Hi Tom,
On Sat, 7 Oct 2023 at 13:13, Tom Rini wrote:
>
> In order to be able to discard unused long help texts without further
> linker lists, add a macro for defining the long help messages which uses
> __maybe_unused. This allows us to discard them as unreferenced as part
> of the link.
>
> Si
On Sat, 7 Oct 2023 at 13:13, Tom Rini wrote:
>
> In order to be able to discard unused long help texts without further
> linker lists, add a macro for defining the long help messages which uses
> __maybe_unused. This allows us to discard them as unreferenced as part
> of the link.
>
> Signed-off-
In order to be able to discard unused long help texts without further
linker lists, add a macro for defining the long help messages which uses
__maybe_unused. This allows us to discard them as unreferenced as part
of the link.
Signed-off-by: Tom Rini
---
include/command.h | 3 +++
1 file change
5 matches
Mail list logo