This is the mail archive of the gcc-bugs@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]

Small typo in config/m88k/m88k.c


the appended patch fixes a small typo which causes a compilation error
when using the native Greenhills cc for bootstrapping.

Wed Oct  1 16:34:25 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)

	* config/m88k/m88k.c (m88k_begin_prologue): Remove superfluous
	backslash.

diff --context --recursive --show-c-function -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-970924.orig/gcc/config/m88k/m88k.c egcs-970924/gcc/config/m88k/m88k.c
*** egcs-970924.orig/gcc/config/m88k/m88k.c	Thu Sep 11 01:34:57 1997
--- egcs-970924/gcc/config/m88k/m88k.c	Tue Sep 30 14:48:21 1997
*************** m88k_begin_prologue (stream, size)
*** 1938,1944 ****
       int size;
  {
    if (TARGET_OMIT_LEAF_FRAME_POINTER && ! quiet_flag && leaf_function_p ())
!     fprintf (stderr, "$");\
  
    m88k_prologue_done = 1;	/* it's ok now to put out ln directives */
  }
--- 1938,1944 ----
       int size;
  {
    if (TARGET_OMIT_LEAF_FRAME_POINTER && ! quiet_flag && leaf_function_p ())
!     fprintf (stderr, "$");
  
    m88k_prologue_done = 1;	/* it's ok now to put out ln directives */
  }


Best wishes
--
 Manfred Hollstein                               Alcatel, Dept. US/EC4
 <mailto:manfred@lts.sel.alcatel.de>             Lorenzstrasse 10
                                                 70435 Stuttgart
 Public PGP key on request                       Germany


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