mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
From-SVN: r66725
This commit is contained in:
parent
a72a4f3d37
commit
f64f0687f3
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user