diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-08 23:41:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-08 23:41:05 +0000 |
commit | 38d84a0f3720e3ed4f628e07ccf4351d1b05a2e6 (patch) | |
tree | f883049934677ea9717242494950e0c09d9b2e2a /sysdeps | |
parent | 3c7f1f59cd1611e0727f9b5ffc32dae78cb05000 (diff) | |
download | glibc-38d84a0f3720e3ed4f628e07ccf4351d1b05a2e6.tar.gz glibc-38d84a0f3720e3ed4f628e07ccf4351d1b05a2e6.tar.xz glibc-38d84a0f3720e3ed4f628e07ccf4351d1b05a2e6.zip |
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/localplt.data | 1 |
1 files changed, 1 insertions, 0 deletions
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 |