From c967e28c2fc6e87601f1ef89f44baff7f53083ea Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 24 Mar 2003 09:14:04 +1030 Subject: [PATCH] sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label. * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label. From-SVN: r64758 --- gcc/ChangeLog | 9 +++++++-- gcc/config/rs6000/sysv4.h | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9dc6621300b4..fc8f41838f79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-24 Alan Modra + + * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary + globalize_label. + 2003-03-23 Roger Sayle PR c/10178 @@ -62,8 +67,8 @@ 2003-03-22 Ulrich Weigand - * 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. diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index b046f3e51be4..cdc15acd777a 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -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) -- 2.47.3