From c478efd1426b2bd74bed04e14bfc4aa08164839f Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Thu, 6 Jan 2000 15:29:08 +0100 Subject: defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to FIRST_PSEUDO_REGISTER 2000-01-06 Gabriel Dos Reis * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to FIRST_PSEUDO_REGISTER * dwarf2out.c: Don't include frame.h * dwarfout.c: Likewise * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on frame.h From-SVN: r31257 --- gcc/dwarf2out.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0b0e839..f4fae33 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -55,7 +55,6 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "dyn-string.h" #include "ggc.h" -#include "frame.h" /* We cannot use in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ -- cgit v1.1