This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.27.9000-419-g1dfeb17


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1dfeb17e67a194b48c78c09b1b4f788ab0bec938 (commit)
      from  727b38df054b26d7410c275930f72135061ab9e1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1dfeb17e67a194b48c78c09b1b4f788ab0bec938

commit 1dfeb17e67a194b48c78c09b1b4f788ab0bec938
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 23 20:05:31 2018 +0000

    Remove sysdeps/sh/soft-fp directory.
    
    As per <https://sourceware.org/ml/libc-alpha/2014-10/msg00369.html>,
    there should not be separate sysdeps/<arch>/soft-fp directories when
    those are used by all configurations that use sysdeps/<arch>, and,
    more generally, should not be sysdeps/foo/Implies files pointing to a
    subdirectory foo/bar.  This patch eliminates the sysdeps/sh/soft-fp
    directory accordingly, merging its contents into sysdeps/sh.
    
    Tested with build-many-glibcs.py that installed stripped shared
    libraries for sh configurations are unchanged by this patch.
    
    	* sysdeps/sh/Implies: Remove sh/soft-fp.
    	* sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
    	* sysdeps/sh/sfp-machine.h: ... here.

diff --git a/ChangeLog b/ChangeLog
index 87c3f3d..56a3aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-05-23  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/sh/Implies: Remove sh/soft-fp.
+	* sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
+	* sysdeps/sh/sfp-machine.h: ... here.
+
 2018-05-23  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
diff --git a/sysdeps/sh/Implies b/sysdeps/sh/Implies
index 1fdc53d..780c4e2 100644
--- a/sysdeps/sh/Implies
+++ b/sysdeps/sh/Implies
@@ -1,4 +1,3 @@
-sh/soft-fp
 wordsize-32
 ieee754/flt-32
 ieee754/dbl-64
diff --git a/sysdeps/sh/soft-fp/sfp-machine.h b/sysdeps/sh/sfp-machine.h
similarity index 100%
rename from sysdeps/sh/soft-fp/sfp-machine.h
rename to sysdeps/sh/sfp-machine.h

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |    6 ++++++
 sysdeps/sh/Implies                     |    1 -
 sysdeps/sh/{soft-fp => }/sfp-machine.h |    0
 3 files changed, 6 insertions(+), 1 deletions(-)
 rename sysdeps/sh/{soft-fp => }/sfp-machine.h (100%)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]