aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2014-04-30 14:12:32 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2014-04-30 14:12:32 +0000
commit8df07a2c14eafd6b3b52b2126c4e58b4107ea784 (patch)
tree961204d1b3a689fd4c2da54ebad550ced6b6d28d /include
parent2cf03b11f748c10d0a52ee82e23b0dd6cd3eae4d (diff)
downloadgcc-8df07a2c14eafd6b3b52b2126c4e58b4107ea784.zip
gcc-8df07a2c14eafd6b3b52b2126c4e58b4107ea784.tar.gz
gcc-8df07a2c14eafd6b3b52b2126c4e58b4107ea784.tar.bz2
longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
include/ * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling. From-SVN: r209932
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/longlong.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 9d28cea..41103a4 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
+
2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
* longlong.h: Merge from glibc.
diff --git a/include/longlong.h b/include/longlong.h
index d45dbe2..0770290 100644
--- a/include/longlong.h
+++ b/include/longlong.h
@@ -483,7 +483,7 @@ extern UDItype __umulsidi3 (USItype, USItype);
#define UDIV_TIME 40
#endif /* 80x86 */
-#if (defined (__x86_64__) || defined (__i386__)) && W_TYPE_SIZE == 64
+#if defined (__x86_64__) && W_TYPE_SIZE == 64
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ("add{q} {%5,%1|%1,%5}\n\tadc{q} {%3,%0|%0,%3}" \
: "=r" ((UDItype) (sh)), \