This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
PATCH: Use x86_64 bits/wordsize.h for both i386/x86_64
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 30 May 2012 16:13:50 -0700
- Subject: PATCH: Use x86_64 bits/wordsize.h for both i386/x86_64
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Hi,
This patch uses x86_64 bits/wordsize.h for both i386/x86_64. OK
to install?
Thanks.
H.J.
---
[BZ #14117]
* sysdeps/x86_64/bits/wordsize.h: Renamed to ...
* sysdeps/x86/bits/wordsize.h: This.
diff --git a/sysdeps/x86_64/bits/wordsize.h b/sysdeps/x86/bits/wordsize.h
similarity index 100%
rename from sysdeps/x86_64/bits/wordsize.h
rename to sysdeps/x86/bits/wordsize.h