Commit c967e28c by Alan Modra

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
parent 766dec0e
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> 2003-03-23 Roger Sayle <roger@eyesopen.com>
PR c/10178 PR c/10178
...@@ -62,8 +67,8 @@ ...@@ -62,8 +67,8 @@
2003-03-22 Ulrich Weigand <uweigand@de.ibm.com> 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o' instead * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
of 'm' constraint in forced-split alternatives. instead of 'm' constraint in forced-split alternatives.
("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
VALIDATE_ADDRESS parameter to operand_subword. VALIDATE_ADDRESS parameter to operand_subword.
......
...@@ -690,7 +690,6 @@ do { \ ...@@ -690,7 +690,6 @@ do { \
/* Describe how to emit uninitialized external linkage items. */ /* Describe how to emit uninitialized external linkage items. */
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
do { \ do { \
(*targetm.asm_out.globalize_label) (FILE, NAME); \
ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \ ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
} while (0) } while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment