aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xtensa/lib2funcs.S
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-04 20:01:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-04 20:01:05 +0000
commitff482c8d4dcefe197b218b574edbe655fb775733 (patch)
tree185831442339d40a4a823812a8f40b7ada9974be /gcc/config/xtensa/lib2funcs.S
parent59b9a953b6338358d0346c91b43095875da7eede (diff)
downloadgcc-ff482c8d4dcefe197b218b574edbe655fb775733.zip
gcc-ff482c8d4dcefe197b218b574edbe655fb775733.tar.gz
gcc-ff482c8d4dcefe197b218b574edbe655fb775733.tar.bz2
darwin.c, [...]: Fix comment formatting.
* config/darwin.c, config/darwin.h, config/freebsd-spec.h, config/arm/arm.c, config/arm/arm.md, config/cris/cris-protos.h, config/fr30/fr30.c, config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h, config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c, config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h, config/ip2k/ip2k.md, config/ip2k/libgcc.S, config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h, config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md, config/ns32k/netbsd.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pdp11/pdp11.h, config/rs6000/darwin-ldouble.c, config/s390/s390.h, config/s390/s390.md, config/sparc/netbsd-elf.h, config/sparc/openbsd.h, config/sparc/sparc.c, config/xtensa/lib2funcs.S: Fix comment formatting. From-SVN: r77268
Diffstat (limited to 'gcc/config/xtensa/lib2funcs.S')
-rw-r--r--gcc/config/xtensa/lib2funcs.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/xtensa/lib2funcs.S b/gcc/config/xtensa/lib2funcs.S
index 80f5f0b..f98e9fe 100644
--- a/gcc/config/xtensa/lib2funcs.S
+++ b/gcc/config/xtensa/lib2funcs.S
@@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* __xtensa_libgcc_window_spill: This function flushes out all but the
current register window. This is used to set up the stack so that
- arbitrary frames can be accessed. */
+ arbitrary frames can be accessed. */
.align 4
.global __xtensa_libgcc_window_spill
@@ -91,7 +91,7 @@ __xtensa_nonlocal_goto:
function. This can be extracted from the high bits of the
return address, initially in a0. As the unwinding
proceeds, the window size is taken from the value of a0
- saved _two_ frames below the current frame. */
+ saved _two_ frames below the current frame. */
addi a5, sp, -16 # a5 = prev - save area
l32i a6, a5, 4
@@ -112,7 +112,7 @@ __xtensa_nonlocal_goto:
current sp so they will be reloaded when the return from this
function underflows. We don't have to worry about exceptions
while updating the current save area, because the windows have
- already been flushed. */
+ already been flushed. */
addi a4, sp, -16 # a4 = save area of this function
l32i a6, a5, 0
@@ -125,7 +125,7 @@ __xtensa_nonlocal_goto:
s32i a7, a4, 12
/* Set return address to goto handler. Use the window size bits
- from the return address two frames below the target. */
+ from the return address two frames below the target. */
extui a8, a8, 30, 2 # get window size from return addr.
slli a3, a3, 2 # get goto handler addr. << 2
ssai 2
@@ -149,7 +149,7 @@ __xtensa_nonlocal_goto:
At least one IHI instruction is needed for each i-cache line which may
be touched by the trampoline. An ISYNC instruction is also needed to
make sure that the modified instructions are loaded into the instruction
- fetch buffer. */
+ fetch buffer. */
#define TRAMPOLINE_SIZE 59