From: Andrew Cagney Date: Wed, 4 Jul 2001 19:57:53 +0000 (+0000) Subject: * config/arm/tm-arm.h: Include "floatformat.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9da8e4f8c81470b926703f5ac5139a4961795c8d;p=binutils-gdb.git * config/arm/tm-arm.h: Include "floatformat.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f0dcbeefc08..b189705b1c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-06-29 Andrew Cagney + + * config/arm/tm-arm.h: Include "floatformat.h". + 2001-06-29 Andrew Cagney * i387-tdep.c: Include "gdb_assert.h". diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h index 5df0454941d..b773adff671 100644 --- a/gdb/config/arm/tm-arm.h +++ b/gdb/config/arm/tm-arm.h @@ -23,6 +23,7 @@ #define TM_ARM_H #include "regcache.h" +#include "floatformat.h" /* Forward declarations for prototypes. */ struct type;