From: Neil Booth Date: Mon, 16 Jun 2003 05:36:34 +0000 (+0000) Subject: sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration. X-Git-Tag: releases/gcc-3.4.0~5799 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=89aa997ab8059f7f3663b8db9455e522fbd42d0b;p=gcc.git sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration. * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration. From-SVN: r67998 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2263a636e31b..e0b9ec58beab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-16 Neil Booth + + * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove + unnecessary extern declaration. + 2003-06-15 Nathanael Nerode * config/gofast.h, config/interix.h, config/interix3.h, diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 83c7293df006..3375a23c5eb4 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -630,8 +630,6 @@ extern int rs6000_pic_labelno; #undef ASM_OUTPUT_ALIGNED_LOCAL #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ do { \ - extern unsigned HOST_WIDE_INT g_switch_value; \ - \ if (rs6000_sdata != SDATA_NONE && (SIZE) > 0 \ && (SIZE) <= g_switch_value) \ { \