lkml.org 
[lkml]   [2023]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v4 0/4] tools/nolibc: Adding stdint.h, more integer types and tests
    Date
    Hi,

    This is version 4 of my patch to add stdint.h to nolibc. Previous
    versions of this patch are available here:

    * v3: https://lore.kernel.org/all/20230206013248.471664-1-v@vda.io/
    * v2: https://lore.kernel.org/all/20230202201101.43160-1-v@vda.io/
    * v1: https://lore.kernel.org/all/20230202160236.25342-1-v@vda.io/

    I tested it successfully on x86_64, as well as i386 and arm on qemu.

    Thank you Willy for the review and the guidance!
    Vincent.

    Vincent Dagonneau (4):
    tools/nolibc: Adding stdint.h
    tools/nolibc: Adding integer types and integer limit macros
    tools/nolibc: Enlarging column width of tests
    tools/nolibc: Adds tests for the integer limits in stdint.h

    tools/include/nolibc/Makefile | 4 +-
    tools/include/nolibc/std.h | 15 +-
    tools/include/nolibc/stdint.h | 84 +++++++++++
    tools/testing/selftests/nolibc/nolibc-test.c | 139 ++++++++++++-------
    4 files changed, 177 insertions(+), 65 deletions(-)
    create mode 100644 tools/include/nolibc/stdint.h

    --
    2.39.1

    \
     
     \ /
      Last update: 2023-03-27 00:15    [W:4.072 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site