aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-06 18:37:07 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-06 18:37:07 -0700
commit809d4ef105b860e85f92006d9fb7dfb8e23f99ad (patch)
treef11697b02d75b68324e1c94d5dc065e02ddbf17c /gcc/c-decl.c
parent3262c1f5523c538ecdd39d04babbd66f93c7c3bc (diff)
downloadgcc-809d4ef105b860e85f92006d9fb7dfb8e23f99ad.zip
gcc-809d4ef105b860e85f92006d9fb7dfb8e23f99ad.tar.gz
gcc-809d4ef105b860e85f92006d9fb7dfb8e23f99ad.tar.bz2
c-decl.c: Include "tm_p.h".
* c-decl.c: Include "tm_p.h". * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness. (fetchadd_operand, ia64_expand_fetch_and_op): Declare. (ia64_expand_op_and_fetch): Declare. * config/ia64/ia64.c: Include "toplev.h". Kill trailing whitespace. (setjmp_operand): Constify variables for XSTR. (ia64_encode_section_info): Likewise. (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed values to int. (ia64_asm_output_external): Constify name. (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size. (process_for_unwind_directive): Provide switch default. (ia64_expand_compare_and_swap): Remove unused variables. (ia64_expand_builtin): Likewise. * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int for printing. From-SVN: r33752
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 41e3c82..fcf8a7d 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "toplev.h"
#include "defaults.h"
#include "ggc.h"
+#include "tm_p.h"
#if USE_CPPLIB
#include "cpplib.h"