public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed][hppa] Remove duplicate .align output
@ 2020-03-29 16:44 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2020-03-29 16:44 UTC (permalink / raw)
  To: GCC Patches

This patch removes a bit of extraneous output from .s files.

Tested on hppa64-hp-hpux11.11 and hppa-unknown-linux-gnu.

Committed to trunk.

Dave

2020-03-29  John David Anglin  <dave.anglin@bell.net>

	* gcc/config/pa/pa.c (pa_asm_output_aligned_bss): Delete duplicate
	.align output.

diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index a662de96ac9..711234e597a 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -8726,7 +8726,6 @@ pa_asm_output_aligned_bss (FILE *stream,
 			   unsigned int align)
 {
   switch_to_section (bss_section);
-  fprintf (stream, "\t.align %u\n", align / BITS_PER_UNIT);

 #ifdef ASM_OUTPUT_TYPE_DIRECTIVE
   ASM_OUTPUT_TYPE_DIRECTIVE (stream, name, "object");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-29 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 16:44 [committed][hppa] Remove duplicate .align output John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).