mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
gdb/gdbserver/
* ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF. * server.h: Include 'libiberty.h' and 'ansidecl.h'. (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove. Remove declarations of xmalloc, xreallloc, xstrdup and freeargv. * Makefile.in (libiberty_h): New. (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'. (linux-bfin-low.o): Append dependency 'libiberty.h'.
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
|
||||
*/
|
||||
|
||||
static void trace_vdebug (const char *, ...) ATTR_FORMAT (printf, 1, 2);
|
||||
static void trace_vdebug (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
|
||||
|
||||
static void
|
||||
trace_vdebug (const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user