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
This commit is contained in:
parent
16d645fa81
commit
8ac865bcc0
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
@ -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 *));
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 *));
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user