aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <dosreis@cmla.ens-cachan.fr>2000-01-06 15:29:08 +0100
committerGabriel Dos Reis <gdr@gcc.gnu.org>2000-01-06 14:29:08 +0000
commitc478efd1426b2bd74bed04e14bfc4aa08164839f (patch)
tree20b783b25a479665aa6d77715af2ca637d202bb9 /gcc/dwarf2out.c
parent3040ffd65141f584f2f1801ea79b5f77951ee276 (diff)
downloadgcc-c478efd1426b2bd74bed04e14bfc4aa08164839f.zip
gcc-c478efd1426b2bd74bed04e14bfc4aa08164839f.tar.gz
gcc-c478efd1426b2bd74bed04e14bfc4aa08164839f.tar.bz2
defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to FIRST_PSEUDO_REGISTER
2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * 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
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c1
1 files changed, 0 insertions, 1 deletions
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 <assert.h> in GCC source, since that would include
GCC's assert.h, which may not be compatible with the host compiler. */