mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 17:37:43 +08:00
* m88k.c (m88k_begin_prologue): Remove superfluous backslash.
From-SVN: r15845
This commit is contained in:
parent
6cb68ff4c1
commit
4b6140f1c1
@ -1,3 +1,7 @@
|
||||
Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
|
||||
|
||||
* m88k.c (m88k_begin_prologue): Remove superfluous backslash.
|
||||
|
||||
Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (check-g77): New test target.
|
||||
|
@ -1938,7 +1938,7 @@ m88k_begin_prologue (stream, size)
|
||||
int size;
|
||||
{
|
||||
if (TARGET_OMIT_LEAF_FRAME_POINTER && ! quiet_flag && leaf_function_p ())
|
||||
fprintf (stderr, "$");\
|
||||
fprintf (stderr, "$");
|
||||
|
||||
m88k_prologue_done = 1; /* it's ok now to put out ln directives */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user