* 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
+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.
#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 \
#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); \
/* 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>