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.29.9000-48-geef4d4f


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  eef4d4f80cc0e88e4a1d8f1060df3088cd479adc (commit)
       via  fdfbd47d92aedbe382a2975851e8cd628040bba7 (commit)
      from  11eb21c4659ae0bde83bcd070bc9a0f94fb3576b (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=eef4d4f80cc0e88e4a1d8f1060df3088cd479adc

commit eef4d4f80cc0e88e4a1d8f1060df3088cd479adc
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Feb 8 21:04:24 2019 +0100

    math: Enable <bits/math-finite.h> sysdeps override
    
    sysdeps/ia64/fpu/bits/math-finite.h exists and will be installed on
    ia64, but during the build, the default math/bits/math-finite.h file
    is used, which is wrong.
    
    Fixes commit 0ac5ae2335292908f39031b1ea9fe8edce433c0f ("Optimize
    libm").

diff --git a/ChangeLog b/ChangeLog
index bc2966e..10ac911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2019-02-08  Florian Weimer  <fweimer@redhat.com>
 
+	math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
+	* math/bits/math-finite.h: Move to ...
+	* bits/math-finite.h: ... here.
+
+2019-02-08  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/generic/bits/unistd_ext.h: Move to ...
 	* bits/unistd_ext.h: here.
 
diff --git a/math/bits/math-finite.h b/bits/math-finite.h
similarity index 100%
rename from math/bits/math-finite.h
rename to bits/math-finite.h

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fdfbd47d92aedbe382a2975851e8cd628040bba7

commit fdfbd47d92aedbe382a2975851e8cd628040bba7
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Feb 8 21:06:11 2019 +0100

    Move generic <bits/unistd_ext.h> to a more regular location
    
    No functional change; the previous path worked as well, but it
    re-added the obsolete sysdeps/generic/bits directory, which was
    removed (for the first time) in commit
    c72565e5f1124c2dc72573e83406fe999e56091f.
    
    Fixes commit e47d82c99a6db060419b421768aced76bea92997 ("Provide
    <bits/unistd_ext.h> as a sysdeps header exclusively").

diff --git a/ChangeLog b/ChangeLog
index baea613..bc2966e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-08  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/generic/bits/unistd_ext.h: Move to ...
+	* bits/unistd_ext.h: here.
+
 2019-02-08  Patsy Griffin Franklin  <pfrankli@redhat.com>
 
 	[BZ #21915]
diff --git a/sysdeps/generic/bits/unistd_ext.h b/bits/unistd_ext.h
similarity index 100%
rename from sysdeps/generic/bits/unistd_ext.h
rename to bits/unistd_ext.h

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

Summary of changes:
 ChangeLog                                   |   11 +++++++++++
 {math/bits => bits}/math-finite.h           |    0
 {sysdeps/generic/bits => bits}/unistd_ext.h |    0
 3 files changed, 11 insertions(+), 0 deletions(-)
 rename {math/bits => bits}/math-finite.h (100%)
 rename {sysdeps/generic/bits => bits}/unistd_ext.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]