aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-06-17 20:22:24 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-06-17 20:22:24 +0000
commit9aa497ae23a34e2c851c9f3c7e2ad19372b96fae (patch)
treeec44dc99fc9200a4b156d6ab689a22e084580bdb
parent8f7dfb539f1a3847e0b5f6b51f9e60f861ba781a (diff)
downloadgcc-9aa497ae23a34e2c851c9f3c7e2ad19372b96fae.zip
gcc-9aa497ae23a34e2c851c9f3c7e2ad19372b96fae.tar.gz
gcc-9aa497ae23a34e2c851c9f3c7e2ad19372b96fae.tar.bz2
* dwarfout.c: Include function.h.
From-SVN: r54715
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dwarfout.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bb963cd..a5b3e3e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-17 Tom Tromey <tromey@redhat.com>
+
+ * dwarfout.c: Include function.h.
+
2002-06-17 Andreas Schwab <schwab@suse.de>
* print-rtl.c (print_rtx): Print space before vector, not after.
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 9dcf6a8..c26a018 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -1,5 +1,5 @@
/* 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.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
@@ -569,6 +569,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "dwarf.h"
#include "tree.h"
#include "flags.h"
+#include "function.h"
#include "rtl.h"
#include "hard-reg-set.h"
#include "insn-config.h"