binutils-gdb/sim/m32c
Tsukasa OI fe8732f939 sim/m32c: Add ATTRIBUTE_PRINTF
Clang generates a warning if the format string of a printf-like function is
not a literal ("-Wformat-nonliteral").  On the default configuration, it
causes a build failure (unless "--disable-werror" is specified).

To avoid warnings on the printf-like wrapper, it requires proper
__attribute__((format)) and we have ATTRIBUTE_PRINTF macro for this reason.

This commit adds ATTRIBUTE_PRINTF to the printf-like functions.
2022-10-11 15:18:14 +01:00
..
ChangeLog-2021
cpu.h
gdb-if.c
int.c
int.h
load.c Don't use BFD_VMA_FMT in gdb and sim 2022-08-06 08:03:16 +09:30
load.h
local.mk
m32c.opc
main.c
Makefile.in
mem.c
mem.h
misc.c
misc.h
opc2c.c
r8c.opc
reg.c
srcdest.c
syscalls.c sim: fix BFD_VMA format arguments on 32-bit hosts [PR gdb/29184] 2022-06-15 23:12:56 +01:00
syscalls.h
timer_a.h
trace.c sim/m32c: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
trace.h