arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 1 Jan 2003 20:23:02 +0000 (20:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 1 Jan 2003 20:23:02 +0000 (20:23 +0000)
* config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
* config/h8300/h8300-protos.h: Likewise.
* config/sh/sh-protos.h: Likewise.

From-SVN: r60760

gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/h8300/h8300-protos.h
gcc/config/sh/sh-protos.h

index 4a6419c..78dc996 100644 (file)
@@ -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.
index 545567b..c52f53a 100644 (file)
@@ -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 */
index 4e9f065..f324237 100644 (file)
@@ -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 */
index 55308d9..5e37a48 100644 (file)
@@ -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 */