From 9aa497ae23a34e2c851c9f3c7e2ad19372b96fae Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 17 Jun 2002 20:22:24 +0000 Subject: [PATCH] * dwarfout.c: Include function.h. From-SVN: r54715 --- gcc/ChangeLog | 4 ++++ gcc/dwarfout.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb963cd9c26..a5b3e3e0cd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Tom Tromey + + * dwarfout.c: Include function.h. + 2002-06-17 Andreas Schwab * print-rtl.c (print_rtx): Print space before vector, not after. diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 9dcf6a8cde7..c26a018f500 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" -- 2.30.2