Add include of "dwarf2dbg.h"
authorNick Clifton <nickc@redhat.com>
Sun, 5 Nov 2000 19:28:57 +0000 (19:28 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 5 Nov 2000 19:28:57 +0000 (19:28 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index acf1737d180fa5a24bc8647bffb38db09626d77d..6e2913294610748a21ff4240367194ddaa2eec27 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-05  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c: Add include of "dwarf2dbg.h"
+
 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
 
        * configure.in: Recognise i[3456]86-chaosdev-storm-chaos.
index 41e40d4a299ae951dce92f2df7923c501310d0c5..2f4f3e8dc1b0a387aee9a9436063dfeda9667cec 100644 (file)
@@ -35,6 +35,7 @@
 
 #ifdef OBJ_ELF
 #include "elf/arm.h"
+#include "dwarf2dbg.h"
 #endif
 
 /* Types of processor to assemble for.  */
This page took 0.031628 seconds and 4 git commands to generate.