* dwarfout.c: Include function.h.
authorTom Tromey <tromey@redhat.com>
Mon, 17 Jun 2002 20:22:24 +0000 (20:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 17 Jun 2002 20:22:24 +0000 (20:22 +0000)
From-SVN: r54715

gcc/ChangeLog
gcc/dwarfout.c

index bb963cd9c26e431449c1a0774afc158fba9adfab..a5b3e3e0cd9d648d37f6bbcbff9b63b1bf46a3f8 100644 (file)
@@ -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.
index 9dcf6a8cde740bd8a1d5f3f4d0525fcc41362033..c26a018f5005e0f2de40fe9e7fb44ce07195998e 100644 (file)
@@ -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"