From 8ac865bcc03be34678e810fd49855f82d82a9796 Mon Sep 17 00:00:00 2001 From: Philip Blundell Date: Sat, 26 May 2001 15:07:50 +0000 Subject: [PATCH] c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. 2001-05-26 Philip Blundell * config/c4x/c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. * config/i960/i960-protos.h: Likewise. * config/i370/i370-protos.h: Likewise. * config/h8300/h8300-protos.h: Likewise, * config/sh/sh-protos.h: Likewise. * config/v850/v850-protos.h: Likewise. From-SVN: r42626 --- gcc/ChangeLog | 9 +++++++++ gcc/config/c4x/c4x-protos.h | 2 +- gcc/config/h8300/h8300-protos.h | 2 +- gcc/config/i370/i370-protos.h | 2 +- gcc/config/i960/i960-protos.h | 2 +- gcc/config/sh/sh-protos.h | 2 +- gcc/config/v850/v850-protos.h | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8181c345ec0..677d49be541 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2001-05-26 Philip Blundell + + * config/c4x/c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. + * config/i960/i960-protos.h: Likewise. + * config/i370/i370-protos.h: Likewise. + * config/h8300/h8300-protos.h: Likewise, + * config/sh/sh-protos.h: Likewise. + * config/v850/v850-protos.h: Likewise. + 2001-05-26 Philip Blundell * config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. diff --git a/gcc/config/c4x/c4x-protos.h b/gcc/config/c4x/c4x-protos.h index 4ea5c8beb35..14560451c9f 100644 --- a/gcc/config/c4x/c4x-protos.h +++ b/gcc/config/c4x/c4x-protos.h @@ -303,7 +303,7 @@ extern enum machine_mode c4x_caller_save_map[]; extern int c4x_rpts_cycles; /* Max cycles for RPTS. */ extern int c4x_cpu_version; /* Cpu version C30/31/32/40/44. */ -#ifdef _C_PRAGMA_H +#ifdef GCC_C_PRAGMA_H extern void c4x_pr_CODE_SECTION PARAMS ((cpp_reader *)); extern void c4x_pr_DATA_SECTION PARAMS ((cpp_reader *)); extern void c4x_pr_FUNC_IS_PURE PARAMS ((cpp_reader *)); diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index e33d4635fd2..999dcf1ae50 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -78,7 +78,7 @@ extern int ok_for_bclr PARAMS ((HOST_WIDE_INT)); extern int small_power_of_two PARAMS ((HOST_WIDE_INT)); extern int initial_offset PARAMS ((int, int)); -#ifdef _C_PRAGMA_H +#ifdef GCC_C_PRAGMA_H extern void h8300_pr_interrupt PARAMS ((cpp_reader *)); extern void h8300_pr_saveall PARAMS ((cpp_reader *)); #endif diff --git a/gcc/config/i370/i370-protos.h b/gcc/config/i370/i370-protos.h index 872ad7f6374..eff85464438 100644 --- a/gcc/config/i370/i370-protos.h +++ b/gcc/config/i370/i370-protos.h @@ -50,7 +50,7 @@ extern void i370_function_prolog PARAMS ((FILE *, int)); extern void check_label_emit PARAMS ((void)); extern void mvs_free_label_list PARAMS ((void)); -#ifdef _C_PRAGMA_H +#ifdef GCC_C_PRAGMA_H extern void i370_pr_map PARAMS ((cpp_reader *)); #endif diff --git a/gcc/config/i960/i960-protos.h b/gcc/config/i960/i960-protos.h index 629f2c175c9..99667436bc7 100644 --- a/gcc/config/i960/i960-protos.h +++ b/gcc/config/i960/i960-protos.h @@ -106,7 +106,7 @@ extern void output_function_profiler PARAMS ((FILE *, int)); extern void i960_function_epilogue PARAMS ((FILE *, unsigned int)); extern void i960_scan_opcode PARAMS ((const char *)); -#ifdef _C_PRAGMA_H +#ifdef GCC_C_PRAGMA_H extern void i960_pr_align PARAMS ((cpp_reader *)); extern void i960_pr_noalign PARAMS ((cpp_reader *)); #endif diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index 2ccaa724fde..fa4f7d132dd 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -125,7 +125,7 @@ extern int fldi_ok PARAMS ((void)); extern void fpscr_set_from_mem PARAMS ((int, HARD_REG_SET)); #endif -#ifdef _C_PRAGMA_H +#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 *)); diff --git a/gcc/config/v850/v850-protos.h b/gcc/config/v850/v850-protos.h index 1ff65e5f72a..cc52b0c33e0 100644 --- a/gcc/config/v850/v850-protos.h +++ b/gcc/config/v850/v850-protos.h @@ -85,7 +85,7 @@ extern int function_arg_partial_nregs PARAMS ((CUMULATIVE_ARGS *, Mmode, t #endif #endif -#ifdef _C_PRAGMA_H +#ifdef GCC_C_PRAGMA_H extern void ghs_pragma_section PARAMS ((cpp_reader *)); extern void ghs_pragma_interrupt PARAMS ((cpp_reader *)); extern void ghs_pragma_starttda PARAMS ((cpp_reader *));