Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: gcc/gcc/version.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/vecprim.h ('k') | gcc/gcc/vmsdbgout.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2 2007 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 3, or (at your option) any later
9 version.
10
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
19
1 #include "version.h" 20 #include "version.h"
2 21
3 /* This is the location of the online document giving instructions for 22 /* This is the location of the online document giving instructions for
4 reporting bugs. If you distribute a modified version of GCC, 23 reporting bugs. If you distribute a modified version of GCC,
5 please configure with --with-bugurl pointing to a document giving 24 please configure with --with-bugurl pointing to a document giving
6 instructions for reporting bugs to you, not us. (You are of course 25 instructions for reporting bugs to you, not us. (You are of course
7 welcome to forward us bugs reported to you, if you determine that 26 welcome to forward us bugs reported to you, if you determine that
8 they are not bugs in your modifications.) */ 27 they are not bugs in your modifications.) */
9 28
10 const char bug_report_url[] = BUGURL; 29 const char bug_report_url[] = BUGURL;
11 30
12 /* The complete version string, assembled from several pieces. 31 /* The complete version string, assembled from several pieces.
13 BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the 32 BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
14 Makefile. */ 33 Makefile. */
15 34
16 const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION; 35 const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
17 const char pkgversion_string[] = PKGVERSION; 36 const char pkgversion_string[] = PKGVERSION;
OLDNEW
« no previous file with comments | « gcc/gcc/vecprim.h ('k') | gcc/gcc/vmsdbgout.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698