[Committed] Fix type in alpha.h's ASM_OUTPUT_SKIP

Roger Sayle roger@www.eyesopen.com
Fri May 16 05:46:00 GMT 2003


I've just committed the following patch to mainline under the
obviously correct rule.  This patch fixes the current bootstrap
failure of alphaev67-dec-osf5.1, more fallout from Jan's patch
to tweak ASM_OUTPUT_SKIP on Monday.


2003-05-15  Roger Sayle  <roger@eyesopen.com>

	* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.


Index: config/alpha/alpha.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.h,v
retrieving revision 1.197
diff -c -3 -p -r1.197 alpha.h
*** config/alpha/alpha.h	14 May 2003 07:29:42 -0000	1.197
--- config/alpha/alpha.h	16 May 2003 00:21:17 -0000
*************** do {						\
*** 1619,1625 ****
  /* This is how to advance the location counter by SIZE bytes.  */

  #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
!   fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"%d\n", (SIZE))

  /* This says how to output an assembler line
     to define a global common symbol.  */
--- 1619,1625 ----
  /* This is how to advance the location counter by SIZE bytes.  */

  #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
!   fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))

  /* This says how to output an assembler line
     to define a global common symbol.  */

Roger
--
Roger Sayle,                         E-mail: roger@eyesopen.com
OpenEye Scientific Software,         WWW: http://www.eyesopen.com/
Suite 1107, 3600 Cerrillos Road,     Tel: (+1) 505-473-7385
Santa Fe, New Mexico, 87507.         Fax: (+1) 505-473-0833



More information about the Gcc-patches mailing list