mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
x86_64: Remove L(return_null) from rawmemchr.S
L(return_null) is unused. * sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.
This commit is contained in:
parent
81cb7a0b2b
commit
1f655beb08
@ -1,3 +1,7 @@
|
||||
2017-05-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.
|
||||
|
||||
2017-05-20 Zack Weinberg <zackw@panix.com>
|
||||
|
||||
* sysdeps/arm/sysdep.h
|
||||
|
@ -196,11 +196,6 @@ L(matches32):
|
||||
lea 32(%rax, %rdi), %rax
|
||||
ret
|
||||
|
||||
.p2align 4
|
||||
L(return_null):
|
||||
xor %rax, %rax
|
||||
ret
|
||||
|
||||
END (__rawmemchr)
|
||||
|
||||
weak_alias (__rawmemchr, rawmemchr)
|
||||
|
Loading…
Reference in New Issue
Block a user