mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-01-16 Ulrich Drepper <drepper@cygnus.com> * stdlib/longlong.h: Fix typo in last patch.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-01-16 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* stdlib/longlong.h: Fix typo in last patch.
|
||||||
|
|
||||||
2000-01-12 Andreas Jaeger <aj@suse.de>
|
2000-01-12 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS):
|
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS):
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
|
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
|
||||||
Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
|
Copyright (C) 1991,92,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This definition file is free software; you can redistribute it
|
This definition file is free software; you can redistribute it
|
||||||
and/or modify it under the terms of the GNU General Public
|
and/or modify it under the terms of the GNU General Public
|
||||||
@ -1182,7 +1182,7 @@ UDItype __umulsidi3 (USItype, USItype);
|
|||||||
#endif /* __sparc_v8__ */
|
#endif /* __sparc_v8__ */
|
||||||
#endif /* __sparc__ */
|
#endif /* __sparc__ */
|
||||||
|
|
||||||
#if (defined (__sparc__) && defined (__arch64__)) \
|
#if ((defined (__sparc__) && defined (__arch64__)) \
|
||||||
|| defined (__sparcv9)) && W_TYPE_SIZE == 64
|
|| defined (__sparcv9)) && W_TYPE_SIZE == 64
|
||||||
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
|
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
|
||||||
__asm__ ("addcc %r4,%5,%1
|
__asm__ ("addcc %r4,%5,%1
|
||||||
|
Reference in New Issue
Block a user