Include break-common.h in nat/aarch64-linux-hw-point.h

$ make check-headers CHECK_HEADERS="nat/aarch64-linux-hw-point.h"
...
../../binutils-gdb/gdb/nat/aarch64-linux-hw-point.h:169:37: error: use of enum 'target_hw_bp_type' without previous declaration
 int aarch64_handle_breakpoint (enum target_hw_bp_type type, CORE_ADDR addr,
                                     ^
gdb:

2017-01-06  Yao Qi  <yao.qi@linaro.org>

	* nat/aarch64-linux-hw-point.h: Include break-common.h.
This commit is contained in:
Yao Qi
2017-01-06 14:33:01 +00:00
parent 66c80d0307
commit bc3008c48f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2017-01-06 Yao Qi <yao.qi@linaro.org>
* nat/aarch64-linux-hw-point.h: Include break-common.h.
2017-01-06 Yao Qi <yao.qi@linaro.org> 2017-01-06 Yao Qi <yao.qi@linaro.org>
* mi/mi-parse.h: Include mi-cmds.h. * mi/mi-parse.h: Include mi-cmds.h.

View File

@@ -19,6 +19,8 @@
#ifndef AARCH64_LINUX_HW_POINT_H #ifndef AARCH64_LINUX_HW_POINT_H
#define AARCH64_LINUX_HW_POINT_H 1 #define AARCH64_LINUX_HW_POINT_H 1
#include "break-common.h" /* For enum target_hw_bp_type. */
/* Macro definitions, data structures, and code for the hardware /* Macro definitions, data structures, and code for the hardware
breakpoint and hardware watchpoint support follow. We use the breakpoint and hardware watchpoint support follow. We use the
following abbreviations throughout the code: following abbreviations throughout the code: