aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-01-24 23:43:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-01-24 23:43:33 +0000
commit69231fabdd9460ba95adaa095d6c6848f16bdfab (patch)
tree6dbdf173a2915a3c6272bf4a437d028735bfa593 /ChangeLog
parentd4c7e1d0fdd1b1ff97606f2368b6cdeb7c915734 (diff)
downloadglibc-69231fabdd9460ba95adaa095d6c6848f16bdfab.tar
glibc-69231fabdd9460ba95adaa095d6c6848f16bdfab.tar.gz
glibc-69231fabdd9460ba95adaa095d6c6848f16bdfab.tar.bz2
glibc-69231fabdd9460ba95adaa095d6c6848f16bdfab.zip
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc74d7153c..2a7b318c92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-01-24 Joseph Myers <joseph@codesourcery.com>
+ * 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.
+
* sysdeps/m68k/coldfire/nofpu/math_private.h: New file. Based on
MicroBlaze file.