* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.

From-SVN: r66725
This commit is contained in:
John David Anglin 2003-05-12 17:40:07 +00:00 committed by John David Anglin
parent a72a4f3d37
commit f64f0687f3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
* rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT

View File

@ -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)