From 984514ac2eee98afae88c833714fecf12abcf6ac Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 21 Apr 2011 11:01:54 +0100 Subject: alpha.c (struct machine_function): Use rtx, not struct rtx_def *. * config/alpha/alpha.c (struct machine_function): Use rtx, not struct rtx_def *. * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not struct rtx_def *. * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define. * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *. * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct rtx_def *. * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand definitions where used. * config/microblaze/microblaze.h (struct microblaze_args): Use rtx, not struct rtx_def *. * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct rtx_def *. * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *. * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *. * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx, not struct rtx_def *. * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not struct rtx_def *. * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct rtx_def *. * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *. From-SVN: r172818 --- gcc/config/cris/cris-protos.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gcc/config/cris/cris-protos.h') diff --git a/gcc/config/cris/cris-protos.h b/gcc/config/cris/cris-protos.h index 9718cf9a9bd..ba91de1d81f 100644 --- a/gcc/config/cris/cris-protos.h +++ b/gcc/config/cris/cris-protos.h @@ -1,5 +1,6 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2006, 2007, 2009, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2006, 2007, 2009, 2010, + 2011 Free Software Foundation, Inc. Contributed by Axis Communications. @@ -21,10 +22,6 @@ along with GCC; see the file COPYING3. If not see /* Prototypes for the CRIS port. */ -#if defined(FILE) || defined(stdin) || defined(stdout) || defined(getc) || defined(putc) -#define STDIO_INCLUDED -#endif - extern bool cris_simple_epilogue (void); #ifdef RTX_CODE extern const char *cris_op_str (rtx); -- cgit v1.2.1