From 1dd6c95870fc1f60faeeddc02286ccf0d6d4b9e0 Mon Sep 17 00:00:00 2001 From: rth Date: Thu, 23 Sep 1999 12:36:06 +0000 Subject: * builtins.c, dbxout.c, varasm.c: Include tm_p.h. * alpha/alpha.c (print_operand): Fix type of `code'. (alpha_output_filename): Constify. * alpha/alpha.h: Move all function declarations ... * alpha/alpha-protos.h: ... here. New file. * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function. (SECTION_FUNCTION_TEMPLATE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29614 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/varasm.c') diff --git a/gcc/varasm.c b/gcc/varasm.c index cf56a09f3ad..d8559d4c1a0 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -42,10 +42,10 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "dbxout.h" #include "sdbout.h" - #include "obstack.h" #include "c-pragma.h" #include "ggc.h" +#include "tm_p.h" #ifdef XCOFF_DEBUGGING_INFO #include "xcoffout.h" -- cgit v1.2.1