diff options
Diffstat (limited to 'gcc/config/pa/pa64-hpux.h')
-rw-r--r-- | gcc/config/pa/pa64-hpux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 9c1d213..eca868c 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -126,7 +126,6 @@ do { \ do { \ bss_section (); \ assemble_name ((FILE), (NAME)); \ - fputs ("\t.comm ", (FILE)); \ fprintf ((FILE), "\t.comm "HOST_WIDE_INT_PRINT_UNSIGNED"\n", \ MAX ((SIZE), ((ALIGN) / BITS_PER_UNIT))); \ } while (0) |