mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-13 02:14:39 +08:00
gdb/gdbserver/
* tracepoint.c: Include stdint.h unconditionally.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-04-13 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* tracepoint.c: Include stdint.h unconditionally.
|
||||||
|
|
||||||
2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
|
2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
|
||||||
|
|
||||||
* acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
|
* acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
|
||||||
|
@ -24,9 +24,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#if HAVE_STDINT_H
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
|
||||||
#include "ax.h"
|
#include "ax.h"
|
||||||
|
|
||||||
/* This file is built for both GDBserver, and the in-process
|
/* This file is built for both GDBserver, and the in-process
|
||||||
|
Reference in New Issue
Block a user