START	sys/arch/amd64/ddb	2025-03-13T22:53:59Z

==== run-regress-disasm ====
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -D_KERNEL -I/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys -c /usr/src/regress/sys/arch/amd64/ddb/disasm.c
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -D_KERNEL -I/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys -c /usr/src/regress/sys/arch/amd64/ddb/stubs.c
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -D_KERNEL -I/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys -c /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:35:
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/param.h:76:
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:390:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (tv->tv_sec > UINT64_MAX / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:432:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (ts->tv_sec > (UINT64_MAX - ts->tv_nsec) / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1013:6: warning: variable 'regmodrm' set but not used [-Wunused-but-set-variable]
        int regmodrm, sib, displacement, opcode;
            ^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1013:16: warning: variable 'sib' set but not used [-Wunused-but-set-variable]
        int regmodrm, sib, displacement, opcode;
                      ^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1013:21: warning: variable 'displacement' set but not used [-Wunused-but-set-variable]
        int regmodrm, sib, displacement, opcode;
                           ^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1013:35: warning: variable 'opcode' set but not used [-Wunused-but-set-variable]
        int regmodrm, sib, displacement, opcode;
                                         ^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1123:1: warning: no previous prototype for function 'db_disasm' [-Wmissing-prototypes]
db_disasm(vaddr_t loc, int altfmt)
^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/arch/amd64/amd64/db_disasm.c:1122:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
vaddr_t
^
static 
7 warnings generated.
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -D_KERNEL -I/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys -c /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_output.c
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_output.c:33:
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/param.h:76:
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:390:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (tv->tv_sec > UINT64_MAX / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:432:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (ts->tv_sec > (UINT64_MAX - ts->tv_nsec) / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -D_KERNEL -I/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys -c /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_sym.c
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_sym.c:30:
In file included from /usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/param.h:76:
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:390:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (tv->tv_sec > UINT64_MAX / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/sys/time.h:432:17: warning: comparison of integers of different signs: 'const time_t' (aka 'const long long') and 'unsigned long long' [-Wsign-compare]
        if (ts->tv_sec > (UINT64_MAX - ts->tv_nsec) / 1000000000ULL)
            ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_sym.c:48:1: warning: no previous prototype for function 'ddb_init' [-Wmissing-prototypes]
ddb_init(void)
^
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_sym.c:47:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
/usr/src/regress/sys/arch/amd64/ddb/../../../../../sys/ddb/db_sym.c:149:10: warning: comparison of integers of different signs: 'db_expr_t' (aka 'long') and 'unsigned long' [-Wsign-compare]
        if (off <= db_lastsym) {
            ~~~ ^  ~~~~~~~~~~
4 warnings generated.
cc   -o disasm disasm.o stubs.o db_disasm.o db_output.o db_sym.o 
./disasm

PASS	sys/arch/amd64/ddb	Duration 0m00.93s