From 954ef0d98d1fd8cc7a16a7289f286e885db36690 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 30 Oct 2012 20:38:31 -0700 Subject: [PATCH] Use sysdeps/x86/tininess.h for i386 and x86_64 --- ChangeLog | 6 ++++++ sysdeps/{i386 => x86}/tininess.h | 0 sysdeps/x86_64/tininess.h | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) rename sysdeps/{i386 => x86}/tininess.h (100%) delete mode 100644 sysdeps/x86_64/tininess.h diff --git a/ChangeLog b/ChangeLog index b4fc747ff0..970cbc157b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-10-30 H.J. Lu + + * sysdeps/i386/tininess.h: Renamed to ... + * sysdeps/x86/tininess.h: This. + * sysdeps/x86_64/tininess.h: Removed. + 2012-10-30 Joseph Myers * 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 1db37790f8..0000000000 --- a/sysdeps/x86_64/tininess.h +++ /dev/null @@ -1 +0,0 @@ -#define TININESS_AFTER_ROUNDING 1 -- 2.11.4.GIT