diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/localplt.data | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2b30e114f0..27f4417f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data index 5a0b4d3b01..6cf93cc2af 100644 --- a/sysdeps/unix/sysv/linux/nios2/localplt.data +++ b/sysdeps/unix/sysv/linux/nios2/localplt.data @@ -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 |