This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix ASM_OUTPUT_ALIGNED_COMMON in pa64-hpux.h


Installed as obvious on trunk.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

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

Index: config/pa/pa64-hpux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/pa64-hpux.h,v
retrieving revision 1.24
diff -u -3 -p -r1.24 pa64-hpux.h
--- config/pa/pa64-hpux.h	12 May 2003 09:51:33 -0000	1.24
+++ config/pa/pa64-hpux.h	12 May 2003 16:59:32 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]