* sysdeps/alpha/htonl.S: Fix a typo.

2000-12-10  Jakub Jelinek  <jakub@redhat.com>
This commit is contained in:
Ulrich Drepper 2000-12-10 22:34:55 +00:00
parent adc85e2f59
commit a31530e355
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-12-10 Jakub Jelinek <jakub@redhat.com>
* sysdeps/alpha/htonl.S: Fix a typo.
2000-12-10 Jakub Jelinek <jakub@redhat.com>
* sysdeps/alpha/alphaev6/stxcpy.S: Exchange t8 with t10.

View File

@ -33,7 +33,7 @@ ENTRY(htonl)
inslh a0, 7, t0 # t0 = 0000000000AABBCC
inswl a0, 3, t1 # t1 = 000000CCDD000000
or t1, t0, t1 # t1 = 000000CCDDAABBCC
sll t1, 16, t2 # t2 = 0000000000CCDDAA
srl t1, 16, t2 # t2 = 0000000000CCDDAA
zapnot t1, 0x0A, t0 # t0 = 00000000DD00BB00
zapnot t2, 0x05, t3 # t3 = 0000000000CC00AA
addl t0, t3, v0 # v0 = ssssssssDDCCBBAA