Delete duplicate .align output.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 29 Mar 2020 16:34:59 +0000 (16:34 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 29 Mar 2020 16:34:59 +0000 (16:34 +0000)
2020-03-29  John David Anglin  <dave.anglin@bell.net>

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

gcc/ChangeLog
gcc/config/pa/pa.c

index 86ad683a6cb0abe66438dc23a95138f07a8282af..3cff237b30f64e09da09083c65bdc38d3d0aaa8d 100644 (file)
@@ -1,3 +1,8 @@
+2020-03-29  John David Anglin  <dave.anglin@bell.net>
+
+       * gcc/config/pa/pa.c (pa_asm_output_aligned_bss): Delete duplicate
+       .align output.
+
 2020-03-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/93573
index a662de96ac929c0ad1c13038ae713fe9f3881bbc..711234e597a5a4064ac03d70f0aa77c995ecce29 100644 (file)
@@ -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");