Include doublest.h and expression.h in dfp.h
authorYao Qi <yao.qi@linaro.org>
Fri, 6 Jan 2017 14:26:45 +0000 (14:26 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 6 Jan 2017 14:26:45 +0000 (14:26 +0000)
commit8018d34f1e5d94ffe1f12ac2455429c6f713c518
treec4a00fa18f7c2330534b6a7ddecd210f44f0707e
parentc0b8369c8aa4e05bf8f1b2ce4a79133cf1192a16
Include doublest.h and expression.h in dfp.h

$ make check-headers CHECK_HEADERS="dfp.h"
...
../../binutils-gdb/gdb/dfp.h:39:8: error: 'DOUBLEST' does not name a type
 extern DOUBLEST decimal_to_doublest (const gdb_byte *from, int len,
        ^
../../binutils-gdb/gdb/dfp.h:41:33: error: use of enum 'exp_opcode' without previous declaration
 extern void decimal_binop (enum exp_opcode,
                                 ^
gdb:

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

* dfp.h: Include "dboulest.h" and "expression.h".
gdb/ChangeLog
gdb/dfp.h
This page took 0.036107 seconds and 4 git commands to generate.