On Sun, Apr 30, 2023 at 9:30 AM Simon Glass <s...@chromium.org> wrote: > > This works correctly on Linux with ELF but not on Windows with PE, since > it creates assembly symbols with invalid names. > > Use the lowest/highest valid characters instead. This should still work > correctly, since we have no tests starting with $ and none starting with > 'zz' at present. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v2: > - Update comment and use zz to make it less likely we have a problem > > include/test/test.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <bm...@tinylab.org> Tested-by: Bin Meng <bm...@tinylab.org>