frv.h: Remove declaration of g_switch_value.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 15 Jun 2003 21:25:46 +0000 (21:25 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 15 Jun 2003 21:25:46 +0000 (21:25 +0000)
* config/frv/frv.h: Remove declaration of g_switch_value.
* config/m32r/m32r.h: Remove declaration of g_switch_value.
* config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.

From-SVN: r67987

gcc/ChangeLog
gcc/config/frv/frv.h
gcc/config/m32r/m32r.h
gcc/config/m68hc11/m68hc11.c

index 564d2a7730487fd99bfabf4ee93a4d1d4cf991d0..081347dc74a39c39ec3dafcb097f9bfe01dda74e 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/frv/frv.h: Remove declaration of g_switch_value.
+       * config/m32r/m32r.h: Remove declaration of g_switch_value.
+       * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
+
 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
 
        * opts.sh: Quote '+' in regex.
index 4adcabae8284372b9fba0e410fbc590797f6a0f4..dda5a059e8e8eb790e636b11d1fb2dfd27492b89 100644 (file)
@@ -2780,8 +2780,6 @@ extern int size_directive_output;
 #undef ASM_OUTPUT_ALIGNED_DECL_LOCAL
 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGN) \
 do {                                                                           \
-  extern unsigned HOST_WIDE_INT g_switch_value;                                \
-                                                                       \
   if ((SIZE) > 0 && (SIZE) <= g_switch_value)                          \
     sbss_section ();                                                   \
   else                                                                         \
index 8c82589552ee38fb260ccafde564627bea8a8e3c..080e8ceb492b8bea274e0b805aed1d1a10de3738 100644 (file)
@@ -1687,8 +1687,6 @@ extern char m32r_punct_chars[256];
 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN)             \
   do                                                                   \
     {                                                                  \
-      extern unsigned HOST_WIDE_INT g_switch_value;                    \
-                                                                       \
       if (! TARGET_SDATA_NONE                                          \
          && (SIZE) > 0 && (SIZE) <= g_switch_value)                    \
        fprintf ((FILE), "%s", SCOMMON_ASM_OP);                         \
index 0e2f6233ae93fd7b42c6ce9bc4022db63a390ddc..e0586a1cae5e3ee5534088d44f4c5a3b75f09e1d 100644 (file)
@@ -5666,8 +5666,6 @@ m68hc11_rtx_costs (x, code, outer_code, total)
 /* print_options - called at the start of the code generation for a
    module.  */
 
-extern char *asm_file_name;
-
 #include <time.h>
 #include <sys/types.h>