aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-09 05:33:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-09 05:33:59 +0000
commit6b58cbc02d642a18343fbb8663e76d87a538dd4a (patch)
tree6fbb9e19d03d9b1d2e404787cad140d9e0323ede /sysdeps/sh
parentf8b23b32adc5426128582f02b53f199bfe2d43aa (diff)
downloadglibc-6b58cbc02d642a18343fbb8663e76d87a538dd4a.tar
glibc-6b58cbc02d642a18343fbb8663e76d87a538dd4a.tar.gz
glibc-6b58cbc02d642a18343fbb8663e76d87a538dd4a.tar.bz2
glibc-6b58cbc02d642a18343fbb8663e76d87a538dd4a.zip
Update.
2001-02-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/strrchr.S: Little optimization. Patch by Richard Henderson <rth@redhat.com>. * sysdeps/alpha/alphaev67/strrchr.S: New file. Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.. 2001-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name in the assembler end directive. pointer in FILE structure before calling _IO_init. correctly. For numbers ending in all zeros eat the zeros even before
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/sh3/setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/sh3/setjmp.S b/sysdeps/sh/sh3/setjmp.S
index c25f9a4197..5ed526b082 100644
--- a/sysdeps/sh/sh3/setjmp.S
+++ b/sysdeps/sh/sh3/setjmp.S
@@ -61,4 +61,4 @@ ENTRY (__sigsetjmp)
.L1:
.long C_SYMBOL_NAME(__sigjmp_save)
#endif
-END (__setjmp)
+END (__sigsetjmp)