summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-01 20:23:02 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-01 20:23:02 +0000
commit32a65ab352dfec59e3b9cc76ca816d0ce8d9b281 (patch)
treea886b323906da99f39b906c6d1bf057340da9258
parent4952c3eb1a813c327639887fdc7211f2b354ae62 (diff)
downloadppe42-gcc-32a65ab352dfec59e3b9cc76ca816d0ce8d9b281.tar.gz
ppe42-gcc-32a65ab352dfec59e3b9cc76ca816d0ce8d9b281.zip
* config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
* config/h8300/h8300-protos.h: Likewise. * config/sh/sh-protos.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60760 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/arm/arm-protos.h2
-rw-r--r--gcc/config/h8300/h8300-protos.h2
-rw-r--r--gcc/config/sh/sh-protos.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a6419cc5e0..78dc996f7ab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
+ * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
+ * config/h8300/h8300-protos.h: Likewise.
+ * config/sh/sh-protos.h: Likewise.
+
+2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
+
* config/arm/arm-protos.h: Use struct cpp_reader instead of
cpp_reader.
* config/h8300/h8300-protos.h: Likewise.
diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h
index 545567b00e5..c52f53ab5de 100644
--- a/gcc/config/arm/arm-protos.h
+++ b/gcc/config/arm/arm-protos.h
@@ -210,10 +210,8 @@ extern rtx arm_expand_builtin PARAMS ((tree, rtx, rtx,
enum machine_mode, int));
#endif
-#ifdef GCC_C_PRAGMA_H /* included from code that cares about pragmas */
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 4e9f065c825..f3242375cdd 100644
--- a/gcc/config/h8300/h8300-protos.h
+++ b/gcc/config/h8300/h8300-protos.h
@@ -91,9 +91,7 @@ extern void asm_file_start PARAMS ((FILE *));
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 ((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 55308d9c5b8..5e37a48446b 100644
--- a/gcc/config/sh/sh-protos.h
+++ b/gcc/config/sh/sh-protos.h
@@ -137,10 +137,8 @@ extern int sh_register_move_cost
extern void fpscr_set_from_mem PARAMS ((int, HARD_REG_SET));
#endif
-#ifdef GCC_C_PRAGMA_H
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 */
OpenPOWER on IntegriCloud