diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-05 19:28:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-05 19:28:57 +0000 |
commit | 8d6b5c8e2f5bc7caf6b5c1833cfa9bb51d9bfa11 (patch) | |
tree | 82805e71a37f31448efdfb73f8247f9f66c825b0 /gas/config | |
parent | 76da6bbe3e8067f5d487d5a597f4559b72fba683 (diff) | |
download | gdb-8d6b5c8e2f5bc7caf6b5c1833cfa9bb51d9bfa11.zip gdb-8d6b5c8e2f5bc7caf6b5c1833cfa9bb51d9bfa11.tar.gz gdb-8d6b5c8e2f5bc7caf6b5c1833cfa9bb51d9bfa11.tar.bz2 |
Add include of "dwarf2dbg.h"
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 41e40d4..2f4f3e8 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. */ |