aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorNeil Booth <neil@cat.daikokuya.demon.co.uk>2001-11-06 21:12:14 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-11-06 21:12:14 +0000
commitd23c55c28c57c7e60d3fa9a0b252b9a1229c99fc (patch)
treee218294f121610ce23014b4b8954bac5d7230fd8 /gcc/toplev.c
parent80f9249adae5fd98b349c0c72d8eb43f21ec44e9 (diff)
downloadgcc-d23c55c28c57c7e60d3fa9a0b252b9a1229c99fc.zip
gcc-d23c55c28c57c7e60d3fa9a0b252b9a1229c99fc.tar.gz
gcc-d23c55c28c57c7e60d3fa9a0b252b9a1229c99fc.tar.bz2
Clean up langhooks
* alias.c:: Include langhooks.h. * emit-rtl.c: Similarly. * toplev.c: Similarly. * tree-inline.c: Similarly. * langhooks-def.h: New, the old langhooks.h. Give the default hooks a common prefix. * langhooks.h: Contents extracted from toplev.h. * toplev.h: Move langhook stuff to langhooks.h. * langhooks.c: Give default hooks a common prefix. * c-lang.c: Include langhooks-def.h. * ada/misc.c: Similarly. * cp/cp-lang.c: Similarly. * f/com.c: Similarly. * java/lang.c: Similarly. * objc/objc-act.c: Similarly. * Makefile.in: Update. * ada/Makefile.in: Similarly. * cp/Make-lang.in: Similarly. * f/Make-lang.in: Similarly. * java/Make-lang.in: Similarly. * objc/Make-lang.in: Similarly. From-SVN: r46813
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index ad23683..2451ace 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -68,6 +68,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "integrate.h"
#include "debug.h"
#include "target.h"
+#include "langhooks.h"
#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
#include "dwarf2out.h"