diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/dfp.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 986984d..c09965f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-01-06 Yao Qi <yao.qi@linaro.org> + * dfp.h: Include "dboulest.h" and "expression.h". + +2017-01-06 Yao Qi <yao.qi@linaro.org> + * ax-gdb.h: Include "ax.h". 2017-01-06 Yao Qi <yao.qi@linaro.org> @@ -25,6 +25,9 @@ #ifndef DFP_H #define DFP_H +#include "doublest.h" /* For DOUBLEST. */ +#include "expression.h" /* For enum exp_opcode. */ + /* When using decimal128, this is the maximum string length + 1 * (value comes from libdecnumber's DECIMAL128_String constant). */ #define MAX_DECIMAL_STRING 43 |