Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2002-04-17 21:29:02 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2002-04-17 21:29:02 +0400
commit99ad0c63ae85e6ea598476c8b67ee31ff92165ae (patch)
treee91a0ddfac93a24d0c2340d58984c3ccc499e86d /libgloss/sparc/erc32-stub.c
parent7eb54398405018ce7bef789bafa2b3ae0c6a5cdf (diff)
2002-04-17 Joel Sherrill <joel@OARcorp.com>
* sparc/cygmon-salib.c, sparc/erc32-stub.c: Don't use multi-line strings.
Diffstat (limited to 'libgloss/sparc/erc32-stub.c')
-rw-r--r--libgloss/sparc/erc32-stub.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/libgloss/sparc/erc32-stub.c b/libgloss/sparc/erc32-stub.c
index 71a65b259..98866e3da 100644
--- a/libgloss/sparc/erc32-stub.c
+++ b/libgloss/sparc/erc32-stub.c
@@ -136,22 +136,22 @@ handle_exception (registers)
DEBUG (1, "Entering handle_exception()");
/* asm("mov %g0, %wim ; nop; nop; nop"); */
- asm(" save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- save %sp, -64, %sp
- restore
- restore
- restore
- restore
- restore
- restore
- restore
- restore
+ asm(" save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ save %sp, -64, %sp \n\
+ restore \n\
+ restore \n\
+ restore \n\
+ restore \n\
+ restore \n\
+ restore \n\
+ restore \n\
+ restore \n\
");
if (registers[PC] == (unsigned long)breakinst) {
@@ -180,10 +180,10 @@ breakpoint()
if (!initialized)
return;
- asm(" .globl " STRINGSYM(breakinst) "
- " STRINGSYM(breakinst) ": ta 128+1
- nop
- nop
+ asm(" .globl " STRINGSYM(breakinst) " \n\
+ " STRINGSYM(breakinst) ": ta 128+1 \n\
+ nop \n\
+ nop \n\
");
}
@@ -197,9 +197,9 @@ int tt;
print ("Got a bad trap #");
outbyte (tt);
outbyte ('\n');
- asm("ta 0
- nop
- nop
+ asm("ta 0 \n\
+ nop \n\
+ nop \n\
");
}
@@ -213,9 +213,9 @@ int tt;
print ("Got a soft trap #");
outbyte (tt);
outbyte ('\n');
- asm("ta 0
- nop
- nop
+ asm("ta 0 \n\
+ nop \n\
+ nop \n\
");
}
@@ -239,7 +239,7 @@ flush_i_cache ()
void
target_reset()
{
- asm ("call 0
+ asm ("call 0 \n\
nop ");
}