diff options
author | Richard Henderson <rth@cygnus.com> | 1999-09-23 05:36:06 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-23 05:36:06 -0700 |
commit | aa388f29a30a2fa98275479ee44b9448786f62ed (patch) | |
tree | a97648bf96d707dcaa472fb69d4985af422b600b /gcc/builtins.c | |
parent | 1c0290eaac40944ba6baed8323b74f42ab7f05c9 (diff) | |
download | gcc-aa388f29a30a2fa98275479ee44b9448786f62ed.zip gcc-aa388f29a30a2fa98275479ee44b9448786f62ed.tar.gz gcc-aa388f29a30a2fa98275479ee44b9448786f62ed.tar.bz2 |
builtins.c, [...]: Include tm_p.h.
* 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.
From-SVN: r29614
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 2d211f9..a5a197e 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "typeclass.h" #include "defaults.h" #include "toplev.h" +#include "tm_p.h" #define CALLED_AS_BUILT_IN(NODE) \ (!strncmp (IDENTIFIER_POINTER (DECL_NAME (NODE)), "__builtin_", 10)) |