diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-12 17:40:07 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-12 17:40:07 +0000 |
commit | 45b74e2b270ed61c28573093d8d757a34e1e9621 (patch) | |
tree | 47d2ff669b77dc9c348a3615ac27cc3acef7c7ca /gcc/config/pa | |
parent | 84d99e694978fbff5c34ae52ed434834b1551f96 (diff) | |
download | gcc-45b74e2b270ed61c28573093d8d757a34e1e9621.tar.gz |
* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa')
-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 9c1d21395e0..eca868ce366 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) |