When building with -Og to enable debugging, there is currently a compiler error
because if __libc_message_wrapper() is not inline, the __va_arg_pack_len macro
cannot be used.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
#define __libc_assert_vma_name "glibc: assert"
#ifdef __va_arg_pack
-static inline _Noreturn void __libc_message_wrapper (const char *vmaname,
- const char *fmt, ...)
+static inline __always_inline
+_Noreturn void __libc_message_wrapper (const char *vmaname,
+ const char *fmt, ...)
{
if (__va_arg_pack_len () > LIBC_MESSAGE_MAX_ARGS)
{