diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-06-15 21:25:46 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-15 21:25:46 +0000 |
commit | a352c71f328a6e8c1de14a4e7322cfa4e2188d72 (patch) | |
tree | 56a70710db914ee9d821d16d5d67969846382b1f | |
parent | a55a78d134e4d6d37071764402555beb2215b880 (diff) | |
download | gcc-a352c71f328a6e8c1de14a4e7322cfa4e2188d72.zip gcc-a352c71f328a6e8c1de14a4e7322cfa4e2188d72.tar.gz gcc-a352c71f328a6e8c1de14a4e7322cfa4e2188d72.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/frv/frv.h | 2 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.h | 2 | ||||
-rw-r--r-- | gcc/config/m68hc11/m68hc11.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 564d2a7..081347d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 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. 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu> diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 4adcaba..dda5a05 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 8c82589..080e8ce 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 0e2f623..e0586a1 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 <time.h> #include <sys/types.h> |