mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
* sysdeps/alpha/alphaev67/strncat.S: Align last write address. Patch by Richard Henderson <rth@redhat.com>. Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
This commit is contained in:
parent
917e27b827
commit
d97dfe5fac
@ -1,5 +1,9 @@
|
||||
2001-02-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/alpha/alphaev67/strncat.S: Align last write address.
|
||||
Patch by Richard Henderson <rth@redhat.com>.
|
||||
Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
|
||||
|
||||
* stdlib/strfmon.c [USE_IN_LIBIO]: Define lock variable and store
|
||||
point in FILE structure before calling _IO_init.
|
||||
* stdlib/Makefile: Add -D_IO_MTSAFE_IO to CFLAGS for strfmon and
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
Contributed by Richard Henderson <rth@tamu.edu>, 1996.
|
||||
EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
|
||||
|
||||
@ -66,7 +66,7 @@ $found: cttz t1, t2 # U0 :
|
||||
/* Worry about the null termination. */
|
||||
|
||||
cttz t10, t2 # U0: byte offset of end-of-count.
|
||||
nop # E :
|
||||
bic a0, 7, a0 # E : word align the last write address.
|
||||
zapnot t0, t8, t1 # U : was last byte a null?
|
||||
nop # E :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user