PR gas/15039
authorNick Clifton <nickc@redhat.com>
Wed, 23 Jan 2013 12:01:12 +0000 (12:01 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 23 Jan 2013 12:01:12 +0000 (12:01 +0000)
* config/tc-avr.c: Include dwarf2dbg.h.

gas/ChangeLog
gas/config/tc-avr.c

index bc3fd10..5aa4438 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-23  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15039
+       * config/tc-avr.c: Include dwarf2dbg.h.
+
 2013-01-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (reloc): Support size relocation only for ELF.
index 55cc06e..c693120 100644 (file)
@@ -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"