From: Nick Clifton Date: Sun, 5 Nov 2000 19:28:57 +0000 (+0000) Subject: Add include of "dwarf2dbg.h" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d6b5c8e2f5bc7caf6b5c1833cfa9bb51d9bfa11;p=binutils-gdb.git Add include of "dwarf2dbg.h" --- diff --git a/gas/ChangeLog b/gas/ChangeLog index acf1737d180..6e291329461 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-11-05 Nick Clifton + + * config/tc-arm.c: Add include of "dwarf2dbg.h" + 2000-11-02 Per Lundberg * configure.in: Recognise i[3456]86-chaosdev-storm-chaos. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 41e40d4a299..2f4f3e8dc1b 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -35,6 +35,7 @@ #ifdef OBJ_ELF #include "elf/arm.h" +#include "dwarf2dbg.h" #endif /* Types of processor to assemble for. */