From: tromey Date: Mon, 17 Jun 2002 20:22:24 +0000 (+0000) Subject: * dwarfout.c: Include function.h. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6ff766aeae4005684a9985c31f70720e75a200f;p=thirdparty%2Fgcc.git * dwarfout.c: Include function.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54715 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb963cd9c26e..a5b3e3e0cd9d 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 9dcf6a8cde74..c26a018f5005 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"