From 7106a5bcd66a53ffd4c77ab3027d210097ea134f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 1 Jan 2003 20:15:51 +0000 Subject: arm-protos.h: Use struct cpp_reader instead of cpp_reader. * config/arm/arm-protos.h: Use struct cpp_reader instead of cpp_reader. * config/h8300/h8300-protos.h: Likewise. * config/sh/sh-protos.h: Likewise. From-SVN: r60759 --- gcc/ChangeLog | 7 +++++++ gcc/config/arm/arm-protos.h | 8 ++++---- gcc/config/h8300/h8300-protos.h | 4 ++-- gcc/config/sh/sh-protos.h | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0623757..4a6419c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-01-01 Kazu Hirata + + * config/arm/arm-protos.h: Use struct cpp_reader instead of + cpp_reader. + * config/h8300/h8300-protos.h: Likewise. + * config/sh/sh-protos.h: Likewise. + 2003-01-01 Neil Booth * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls, diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index b0173be..545567b 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in arm.c and pe.c - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@arm.com) Minor hacks by Nick Clifton (nickc@cygnus.com) @@ -211,9 +211,9 @@ extern rtx arm_expand_builtin PARAMS ((tree, rtx, rtx, #endif #ifdef GCC_C_PRAGMA_H /* included from code that cares about pragmas */ -extern void arm_pr_long_calls PARAMS ((cpp_reader *)); -extern void arm_pr_no_long_calls PARAMS ((cpp_reader *)); -extern void arm_pr_long_calls_off PARAMS ((cpp_reader *)); +extern void arm_pr_long_calls PARAMS ((struct cpp_reader *)); +extern void arm_pr_no_long_calls PARAMS ((struct cpp_reader *)); +extern void arm_pr_long_calls_off PARAMS ((struct cpp_reader *)); #endif #endif /* ! GCC_ARM_PROTOS_H */ diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index 97c6749..4e9f065 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -92,8 +92,8 @@ extern void asm_file_end PARAMS ((FILE *)); extern int h8300_initial_elimination_offset PARAMS ((int, int)); #ifdef GCC_C_PRAGMA_H -extern void h8300_pr_interrupt PARAMS ((cpp_reader *)); -extern void h8300_pr_saveall PARAMS ((cpp_reader *)); +extern void h8300_pr_interrupt PARAMS ((struct cpp_reader *)); +extern void h8300_pr_saveall PARAMS ((struct cpp_reader *)); #endif #endif /* ! GCC_H8300_PROTOS_H */ diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index fd98b42..55308d9 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Hitachi / SuperH SH. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). @@ -138,9 +138,9 @@ extern void fpscr_set_from_mem PARAMS ((int, HARD_REG_SET)); #endif #ifdef GCC_C_PRAGMA_H -extern void sh_pr_interrupt PARAMS ((cpp_reader *)); -extern void sh_pr_trapa PARAMS ((cpp_reader *)); -extern void sh_pr_nosave_low_regs PARAMS ((cpp_reader *)); +extern void sh_pr_interrupt PARAMS ((struct cpp_reader *)); +extern void sh_pr_trapa PARAMS ((struct cpp_reader *)); +extern void sh_pr_nosave_low_regs PARAMS ((struct cpp_reader *)); #endif #endif /* ! GCC_SH_PROTOS_H */ -- cgit v1.1