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.16-ports-merge-566-g954ef0d


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  954ef0d98d1fd8cc7a16a7289f286e885db36690 (commit)
      from  e89af8ce873b8be4bf47d8d0c890a5aba87a360f (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=954ef0d98d1fd8cc7a16a7289f286e885db36690

commit 954ef0d98d1fd8cc7a16a7289f286e885db36690
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 30 20:38:31 2012 -0700

    Use sysdeps/x86/tininess.h for i386 and x86_64

diff --git a/ChangeLog b/ChangeLog
index b4fc747..970cbc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/tininess.h: Renamed to ...
+	* sysdeps/x86/tininess.h: This.
+	* sysdeps/x86_64/tininess.h: Removed.
+
 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
 
 	* elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
diff --git a/sysdeps/i386/tininess.h b/sysdeps/x86/tininess.h
similarity index 100%
rename from sysdeps/i386/tininess.h
rename to sysdeps/x86/tininess.h
diff --git a/sysdeps/x86_64/tininess.h b/sysdeps/x86_64/tininess.h
deleted file mode 100644
index 1db3779..0000000
--- a/sysdeps/x86_64/tininess.h
+++ /dev/null
@@ -1 +0,0 @@
-#define TININESS_AFTER_ROUNDING	1

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

Summary of changes:
 ChangeLog                        |    6 ++++++
 sysdeps/{i386 => x86}/tininess.h |    0
 sysdeps/x86_64/tininess.h        |    1 -
 3 files changed, 6 insertions(+), 1 deletions(-)
 rename sysdeps/{i386 => x86}/tininess.h (100%)
 delete mode 100644 sysdeps/x86_64/tininess.h


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]