~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to gcc/gcc/longlong.h

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.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
 
   Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004,
3
 
   2005, 2007  Free Software Foundation, Inc.
4
 
 
5
 
   This definition file is free software; you can redistribute it
6
 
   and/or modify it under the terms of the GNU General Public
 
2
   Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 
3
   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
 
4
   Free Software Foundation, Inc.
 
5
 
 
6
   This file is part of the GNU C Library.
 
7
 
 
8
   The GNU C Library is free software; you can redistribute it and/or
 
9
   modify it under the terms of the GNU Lesser General Public
7
10
   License as published by the Free Software Foundation; either
8
 
   version 3, or (at your option) any later version.
9
 
 
10
 
   This definition file is distributed in the hope that it will be
11
 
   useful, but WITHOUT ANY WARRANTY; without even the implied
12
 
   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
 
   See the GNU General Public License for more details.
14
 
 
15
 
   You should have received a copy of the GNU General Public License
16
 
   along with this program; see the file COPYING3.  If not see
17
 
   <http://www.gnu.org/licenses/>.  */
 
11
   version 2.1 of the License, or (at your option) any later version.
 
12
 
 
13
   In addition to the permissions in the GNU Lesser General Public
 
14
   License, the Free Software Foundation gives you unlimited
 
15
   permission to link the compiled version of this file into
 
16
   combinations with other programs, and to distribute those
 
17
   combinations without any restriction coming from the use of this
 
18
   file.  (The Lesser General Public License restrictions do apply in
 
19
   other respects; for example, they cover modification of the file,
 
20
   and distribution when not linked into a combine executable.)
 
21
 
 
22
   The GNU C Library is distributed in the hope that it will be useful,
 
23
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
24
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
25
   Lesser General Public License for more details.
 
26
 
 
27
   You should have received a copy of the GNU Lesser General Public
 
28
   License along with the GNU C Library; if not, write to the Free
 
29
   Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
 
30
   MA 02110-1301, USA.  */
18
31
 
19
32
/* You have to define the following before including this file:
20
33