mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 12:01:00 +00:00
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".
This commit is contained in:
parent
c0b8369c8a
commit
8018d34f1e
@ -1,3 +1,7 @@
|
||||
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".
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user