Commit f64f0687 by John David Anglin Committed by John David Anglin

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

From-SVN: r66725
parent a72a4f3d
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> Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
* rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
......
...@@ -126,7 +126,6 @@ do { \ ...@@ -126,7 +126,6 @@ do { \
do { \ do { \
bss_section (); \ bss_section (); \
assemble_name ((FILE), (NAME)); \ assemble_name ((FILE), (NAME)); \
fputs ("\t.comm ", (FILE)); \
fprintf ((FILE), "\t.comm "HOST_WIDE_INT_PRINT_UNSIGNED"\n", \ fprintf ((FILE), "\t.comm "HOST_WIDE_INT_PRINT_UNSIGNED"\n", \
MAX ((SIZE), ((ALIGN) / BITS_PER_UNIT))); \ MAX ((SIZE), ((ALIGN) / BITS_PER_UNIT))); \
} while (0) } while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment