diff options
author | Philip Blundell <philb@gnu.org> | 2001-05-26 15:07:50 +0000 |
---|---|---|
committer | Phil Blundell <pb@gcc.gnu.org> | 2001-05-26 15:07:50 +0000 |
commit | 8ac865bcc03be34678e810fd49855f82d82a9796 (patch) | |
tree | 209aa4bf6669deaee5226cb4d49d95cba18aea2b | |
parent | 16d645fa81d9a12e6a7eddee4291c92a4bcd470b (diff) | |
download | gcc-8ac865bcc03be34678e810fd49855f82d82a9796.zip gcc-8ac865bcc03be34678e810fd49855f82d82a9796.tar.gz gcc-8ac865bcc03be34678e810fd49855f82d82a9796.tar.bz2 |
c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.
2001-05-26 Philip Blundell <philb@gnu.org>
* 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
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/config/c4x/c4x-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/h8300/h8300-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/i370/i370-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/i960/i960-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/sh/sh-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/v850/v850-protos.h | 2 |
7 files changed, 15 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8181c34..677d49b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,14 @@ 2001-05-26 Philip Blundell <philb@gnu.org> + * 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 <philb@gnu.org> + * config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. 2001-05-25 Zack Weinberg <zackw@stanford.edu> diff --git a/gcc/config/c4x/c4x-protos.h b/gcc/config/c4x/c4x-protos.h index 4ea5c8b..1456045 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 e33d463..999dcf1 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 872ad7f..eff8546 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 629f2c1..9966743 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 2ccaa72..fa4f7d1 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 1ff65e5..cc52b0c 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 *)); |