Commit 9aa497ae by Tom Tromey Committed by Tom Tromey

* dwarfout.c: Include function.h.

From-SVN: r54715
parent 8f7dfb53
2002-06-17 Tom Tromey <tromey@redhat.com>
* dwarfout.c: Include function.h.
2002-06-17 Andreas Schwab <schwab@suse.de> 2002-06-17 Andreas Schwab <schwab@suse.de>
* print-rtl.c (print_rtx): Print space before vector, not after. * print-rtl.c (print_rtx): Print space before vector, not after.
......
/* Output Dwarf format symbol table information from the GNU C compiler. /* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 2002,
1999, 2000, 2001 Free Software Foundation, Inc. 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices. Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
...@@ -569,6 +569,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -569,6 +569,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "dwarf.h" #include "dwarf.h"
#include "tree.h" #include "tree.h"
#include "flags.h" #include "flags.h"
#include "function.h"
#include "rtl.h" #include "rtl.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
#include "insn-config.h" #include "insn-config.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment