From fb5b7503096382a626d35469b17caa24c5bb35a9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 23 Jan 2013 12:01:12 +0000 Subject: [PATCH] PR gas/15039 * config/tc-avr.c: Include dwarf2dbg.h. --- gas/ChangeLog | 5 +++++ gas/config/tc-avr.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index bc3fd1019ad..5aa44383e28 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-01-23 Nick Clifton + + PR gas/15039 + * config/tc-avr.c: Include dwarf2dbg.h. + 2013-01-18 H.J. Lu * config/tc-i386.c (reloc): Support size relocation only for ELF. diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 55cc06ec7b2..c6931203c31 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 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" -- 2.30.2