mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 21:36:24 +08:00
longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
include/ * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling. From-SVN: r209932
This commit is contained in:
parent
2cf03b11f7
commit
8df07a2c14
@ -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.
|
||||
|
@ -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)), \
|
||||
|
Loading…
Reference in New Issue
Block a user