diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-23 12:01:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-23 12:01:12 +0000 |
commit | fb5b7503096382a626d35469b17caa24c5bb35a9 (patch) | |
tree | 1d3a3098ea4d7c6b3d06809f0d61c418c22b6897 /gas/config | |
parent | b176ded116acd2644ea3f7185ef53a192fa37722 (diff) | |
download | gdb-fb5b7503096382a626d35469b17caa24c5bb35a9.zip gdb-fb5b7503096382a626d35469b17caa24c5bb35a9.tar.gz gdb-fb5b7503096382a626d35469b17caa24c5bb35a9.tar.bz2 |
PR gas/15039
* config/tc-avr.c: Include dwarf2dbg.h.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-avr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 55cc06e..c693120 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1,7 +1,7 @@ /* tc-avr.c -- Assembler code for the ATMEL AVR Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2012 Free Software Foundation, Inc. + 2010, 2012, 2013 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of GAS, the GNU Assembler. @@ -24,6 +24,7 @@ #include "as.h" #include "safe-ctype.h" #include "subsegs.h" +#include "dwarf2dbg.h" #include "dw2gencfi.h" |