This is the mail archive of the libc-alpha@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]

PATCH: Use sysdeps/x86/tininess.h


On Tue, Oct 30, 2012 at 4:56 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> On Tue, 30 Oct 2012, H.J. Lu wrote:
>
>> Any particular reason to have both sysdeps/i386/tininess.h and
>> sysdeps/x86_64/tininess.h? Will sysdeps/x86/tininess.h work
>> here?
>
> It should work; there just aren't any uses of sysdeps/x86 for files other
> than installed headers yet.
>

I think we should share x86-64 and i386 codes for new files.  Tested
on x86-64 and i386.  OK to install?

Thanks.

-- 
H.J.
---
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.
diff --git a/sysdeps/i386/tininess.h b/sysdeps/i386/tininess.h
deleted file mode 100644
index 1db3779..0000000
--- a/sysdeps/i386/tininess.h
+++ /dev/null
@@ -1 +0,0 @@
-#define TININESS_AFTER_ROUNDING	1
diff --git a/sysdeps/x86/tininess.h b/sysdeps/x86/tininess.h
new file mode 100644
index 0000000..1db3779
--- /dev/null
+++ b/sysdeps/x86/tininess.h
@@ -0,0 +1 @@
+#define TININESS_AFTER_ROUNDING	1
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


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