mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Update nios2 localplt.data.
This patch updates nios2 localplt.data so the localplt test passes in my compile-only all-ABIs glibc testing. A new PLT entry for __extendsfdf2 is added. Tested for nios2. * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2 for libc.so.
This commit is contained in:
parent
3c7f1f59cd
commit
38d84a0f37
@ -1,3 +1,8 @@
|
||||
2016-11-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2
|
||||
for libc.so.
|
||||
|
||||
2016-11-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* nptl/Makefile (libpthread-routines): Remove ptw-llseek and add
|
||||
|
@ -25,6 +25,7 @@ libc.so: __floatsidf
|
||||
libc.so: __divsf3
|
||||
libc.so: __nedf2
|
||||
libc.so: __eqdf2
|
||||
libc.so: __extendsfdf2
|
||||
libm.so: matherr
|
||||
# The dynamic loader uses __libc_memalign internally to allocate aligned
|
||||
# TLS storage. The other malloc family of functions are expected to allow
|
||||
|
Loading…
Reference in New Issue
Block a user