History log of /netbsd/tests/lib/libc/misc/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 2574c677 29-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comments and log messages.


# 533c43c8 07-Sep-2020 mrg <mrg@NetBSD.org>

avoid new GCC 9 warnings.


# 6b058a77 30-Jan-2020 christos <christos@NetBSD.org>

hack for clang/powerpc


# 1569c011 29-Sep-2019 mrg <mrg@NetBSD.org>

convert HAVE_GCC == 7 to HAVE_GCC >= 7.


# 937022d0 15-Aug-2019 kamil <kamil@NetBSD.org>

Fix build of t_ubsan/t_ubsanxx under MKSANITIZER

Do not link micro-ubsan runtime for disabled tests.

This avoids double symbols linked into a single binary.


# 879dc06d 04-Feb-2019 mrg <mrg@NetBSD.org>

- revert previous to t_ubsan.c, it is desired behaviour. from kamil.
- use -Wno-int-in-bool-context instead


# 24a74a1e 09-Aug-2018 christos <christos@NetBSD.org>

Fix stack protector build.


# fa157a60 03-Aug-2018 kamil <kamil@NetBSD.org>

Import micro-UBSan ATF tests

These tests are used only when a distribution is built without MKSANITIZER
and without MKLIBCSANITIZER. They build the ubsan.c micro-implementation
in userland as a stan

Import micro-UBSan ATF tests

These tests are used only when a distribution is built without MKSANITIZER
and without MKLIBCSANITIZER. They build the ubsan.c micro-implementation
in userland as a standalone library (a .c file linked into tests).

The code generation part emits symbols that are handled by uUBSan.

Tested with Clang amd64 + i386 and GCC amd64 + i386.

There are two sets of tests: C code generation and C++ code generation.

There are various little differences that are handled with proper ifdefs.

Clang 7svn has significantly more checks for Undefined Behavior than GCC
5.x. Some of the tests are or might be amd64 and/or i386 specific and are
marked with proper ifdefs and comments according to the compiler
documentation.

show more ...