]> git.dujemihanovic.xyz Git - u-boot.git/commit
compiler: Ensure __builtin_*_overflow() support
authorRichard Weinberger <richard@nod.at>
Fri, 9 Aug 2024 09:54:29 +0000 (11:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 15 Aug 2024 22:14:36 +0000 (16:14 -0600)
commita29805d822c4bffe47b464e1f62fca11c6c2b481
treedaa248c68d1670143f87cdd0efe87a9b81e24745
parent35f75d2a46e5859138c83a75cd2f4141c5479ab9
compiler: Ensure __builtin_*_overflow() support

Both gcc and clang support this for a long time.
Make sure the feature is present.

Signed-off-by: Richard Weinberger <richard@nod.at>
include/linux/compiler_types.h