PR gas/15039
* config/tc-avr.c: Include dwarf2dbg.h.
This commit is contained in:
parent
b176ded116
commit
fb5b750309
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (reloc): Support size relocation only for ELF.
|
* config/tc-i386.c (reloc): Support size relocation only for ELF.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* tc-avr.c -- Assembler code for the ATMEL AVR
|
/* tc-avr.c -- Assembler code for the ATMEL AVR
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
|
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>
|
Contributed by Denis Chertykov <denisc@overta.ru>
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
#include "subsegs.h"
|
#include "subsegs.h"
|
||||||
|
#include "dwarf2dbg.h"
|
||||||
#include "dw2gencfi.h"
|
#include "dw2gencfi.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue