mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
NEWS: Add item for __memcmpeq
This commit is contained in:
parent
d9283b71ac
commit
11c88336e3
4
NEWS
4
NEWS
@ -60,6 +60,10 @@ Major new features:
|
||||
DSO sorting algorithms. The default setting of '1' uses the current existing
|
||||
algorithm, while a value of '2' selects the new DFS-based algorithm.
|
||||
|
||||
* ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant
|
||||
to be used by compilers for optimizing usage of 'memcmp' when its
|
||||
return value is only used for its boolean status.
|
||||
|
||||
Deprecated and removed features, and other changes affecting compatibility:
|
||||
|
||||
* The r_version update in the debugger interface makes the glibc binary
|
||||
|
Loading…
Reference in New Issue
Block a user