diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:43:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:43:33 +0000 |
commit | 69231fabdd9460ba95adaa095d6c6848f16bdfab (patch) | |
tree | 6dbdf173a2915a3c6272bf4a437d028735bfa593 /sysdeps/unix/sysv/linux/m68k/localplt.data | |
parent | d4c7e1d0fdd1b1ff97606f2368b6cdeb7c915734 (diff) | |
download | glibc-69231fabdd9460ba95adaa095d6c6848f16bdfab.tar.gz |
Add localplt.data for ColdFire.
The sole failure for ColdFire in the compilation part of the glibc
testsuite is the localplt test. This patch adds a localplt baseline
for ColdFire to eliminate that failure. The difference from the
existing m68k baseline is that no PLT entry for _Unwind_Find_FDE is
expected, because ColdFire does not set
libc_cv_gcc_unwind_find_fde=yes.
Tested with build-many-glibcs.py.
* sysdeps/unix/sysv/linux/m68k/localplt.data: Move to ....
* sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here.
* sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/localplt.data')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/localplt.data | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/localplt.data b/sysdeps/unix/sysv/linux/m68k/localplt.data deleted file mode 100644 index c70d6ea301..0000000000 --- a/sysdeps/unix/sysv/linux/m68k/localplt.data +++ /dev/null @@ -1,19 +0,0 @@ -libc.so: _Unwind_Find_FDE -libc.so: __m68k_read_tp -libc.so: calloc -libc.so: free -libc.so: malloc -libc.so: memalign -libc.so: realloc -libm.so: matherr -# The main malloc is interposed into the dynamic linker, for -# allocations after the initial link (when dlopen is used). -ld.so: malloc -ld.so: calloc -ld.so: realloc -ld.so: free -# The TLS-enabled version of these functions is interposed from libc.so. -ld.so: _dl_signal_error -ld.so: _dl_catch_error -ld.so: _dl_signal_exception -ld.so: _dl_catch_exception |