]> gcc.gnu.org Git - gcc.git/commitdiff
sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 16 Jun 2003 05:36:34 +0000 (05:36 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 16 Jun 2003 05:36:34 +0000 (05:36 +0000)
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
unnecessary extern declaration.

From-SVN: r67998

gcc/ChangeLog
gcc/config/rs6000/sysv4.h

index 2263a636e31baf42b59973140156701aea2203b7..e0b9ec58beab0aa1ccc474add049394a84d4fd0d 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
+       unnecessary extern declaration.
+
 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config/gofast.h, config/interix.h, config/interix3.h, 
index 83c7293df006014647381f3ccac26cb23e8ae595..3375a23c5eb4981c605f8a2702fa8845d7809992 100644 (file)
@@ -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)                                     \
     {                                                                  \
This page took 0.077172 seconds and 5 git commands to generate.