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.ang...@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");