From 10d33c5a86ad585cea745df7eef60bd80bb154cf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 9 Jun 2017 16:26:06 +0000 Subject: Update nios2, sparc32 localplt.data files for recent GCC change. A recent GCC change to expand floating-point classification built-in functions inline using integer rather than floating-point arithmetic in some cases resulted in localplt test failures for nios2 and sparc32 . This patch updates the localplt.data files in question to mark the relevant symbols as optional / add a new optional symbol. (The GCC patch has been reverted because of other problems it caused, but one can assume it will be applied again, without changes that would affect the PLT entries generated, once those issues have been resolved.) Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Mark libc.so PLT entry optional. (__gtsf2): Likewise. (__unorddf2): Likewise. (__unordsf2): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (_Q_fgt): New optional libc.so PLT entry. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29f3dab401..c72917021e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2017-06-09 Joseph Myers + * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Mark + libc.so PLT entry optional. + (__gtsf2): Likewise. + (__unorddf2): Likewise. + (__unordsf2): Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (_Q_fgt): + New optional libc.so PLT entry. + [BZ #21554] * signal/signal.h (sigpause):: Declare if [__USE_XOPEN_EXTENDED], not [__USE_XOPEN]. -- cgit 1.4.1