From a352c71f328a6e8c1de14a4e7322cfa4e2188d72 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 15 Jun 2003 21:25:46 +0000 Subject: [PATCH] frv.h: Remove declaration of g_switch_value. * 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 | 6 ++++++ gcc/config/frv/frv.h | 2 -- gcc/config/m32r/m32r.h | 2 -- gcc/config/m68hc11/m68hc11.c | 2 -- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 564d2a77304..081347dc74a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-06-15 Neil Booth + + * 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 * opts.sh: Quote '+' in regex. diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 4adcabae828..dda5a059e8e 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -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 \ diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 8c82589552e..080e8ceb492 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -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); \ diff --git a/gcc/config/m68hc11/m68hc11.c b/gcc/config/m68hc11/m68hc11.c index 0e2f6233ae9..e0586a1cae5 100644 --- a/gcc/config/m68hc11/m68hc11.c +++ b/gcc/config/m68hc11/m68hc11.c @@ -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 #include -- 2.30.2