mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-07 22:42:06 +03:00
Sync longlong.h with GCC to fix a sparc regression.
* stdlib/longlong.h: Updated from GCC.
This commit is contained in:
parent
173f722045
commit
2fd6ff133b
@ -1,3 +1,7 @@
|
|||||||
|
2012-06-03 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* stdlib/longlong.h: Updated from GCC.
|
||||||
|
|
||||||
2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
|
2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
[BZ #14042]
|
[BZ #14042]
|
||||||
|
@ -1343,7 +1343,7 @@ UDItype __umulsidi3 (USItype, USItype);
|
|||||||
__asm__ ("subcc\t%r5,%6,%1\n\t" \
|
__asm__ ("subcc\t%r5,%6,%1\n\t" \
|
||||||
"sub\t%r3,%4,%0\n\t" \
|
"sub\t%r3,%4,%0\n\t" \
|
||||||
"movcs\t%%xcc, 1, %2\n\t" \
|
"movcs\t%%xcc, 1, %2\n\t" \
|
||||||
"add\t%0, %2, %0" \
|
"sub\t%0, %2, %0" \
|
||||||
: "=r" ((UDItype)(sh)), \
|
: "=r" ((UDItype)(sh)), \
|
||||||
"=&r" ((UDItype)(sl)), \
|
"=&r" ((UDItype)(sl)), \
|
||||||
"+r" (__carry) \
|
"+r" (__carry) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user