~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to src/longlong.h

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
2
2
 
3
 
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
4
 
2004, 2005, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
 
3
Copyright 1991-2013 Free Software Foundation, Inc.
5
4
 
6
5
This file is free software; you can redistribute it and/or modify it under the
7
6
terms of the GNU Lesser General Public License as published by the Free
1745
1744
#endif /* udiv_qrnnd */
1746
1745
#endif /* __sparc__ */
1747
1746
 
1748
 
#if (defined (__sparc_v9) || defined (__sparc_v9__)) && W_TYPE_SIZE == 64
 
1747
#if defined (__sparc__) && W_TYPE_SIZE == 64
1749
1748
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
1750
1749
  __asm__ (                                                             \
1751
1750
       "addcc   %r4,%5,%1\n"                                            \