Commit a352c71f by Neil Booth Committed by Neil Booth

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
parent a55a78d1
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>
......
......@@ -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 \
......
......@@ -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); \
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment