]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label.
authorAlan Modra <amodra@gcc.gnu.org>
Sun, 23 Mar 2003 22:44:04 +0000 (09:14 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Sun, 23 Mar 2003 22:44:04 +0000 (09:14 +1030)
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
globalize_label.

From-SVN: r64758

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

index 9dc6621300b401e41c8361642fea6bfde6af9926..fc8f41838f794a4fac533052f6a619acc726b23d 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
+       globalize_label.
+
 2003-03-23  Roger Sayle  <roger@eyesopen.com>
 
        PR c/10178
@@ -62,8 +67,8 @@
 
 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
 
-       * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o' instead
-       of 'm' constraint in forced-split alternatives.
+       * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
+       instead of 'm' constraint in forced-split alternatives.
        ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
        VALIDATE_ADDRESS parameter to operand_subword.
 
index b046f3e51be40c4355d11732836b88183fe0c360..cdc15acd777ac2025f052ad791fdae2f9381d4a2 100644 (file)
@@ -690,7 +690,6 @@ do {                                                                        \
 /* Describe how to emit uninitialized external linkage items.  */
 #define        ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN)           \
 do {                                                                   \
-  (*targetm.asm_out.globalize_label) (FILE, NAME);                     \
   ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN);                  \
 } while (0)