Update.
1999-06-22 Geoff Keating <geoffk@ozemail.com.au> * sysdeps/powerpc/strcmp.S: Don't return a zero result if the high bits of two words differ.
This commit is contained in:
parent
f042f18f93
commit
181e000cfa
@ -1,3 +1,8 @@
|
||||
1999-06-22 Geoff Keating <geoffk@ozemail.com.au>
|
||||
|
||||
* sysdeps/powerpc/strcmp.S: Don't return a zero result if the high
|
||||
bits of two words differ.
|
||||
|
||||
1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* libio/Makefile (routines): Add putwchar and putwchar_u.
|
||||
|
@ -84,7 +84,7 @@ L(different):
|
||||
sub %r3,%r5,%r6
|
||||
bgelr+
|
||||
L(highbit):
|
||||
mr %r3,%r6
|
||||
ori %r3,%r6,1
|
||||
blr
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user