OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [version.c] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
#include "version.h"
#include "version.h"
 
 
/* This is the trailing component of the string reported as the
/* This is the trailing component of the string reported as the
   version number by all components of the compiler.  For an official
   version number by all components of the compiler.  For an official
   FSF release, it is empty.  If you distribute a modified version of
   FSF release, it is empty.  If you distribute a modified version of
   GCC, please change this string to indicate that.  The suggested
   GCC, please change this string to indicate that.  The suggested
   format is a leading space, followed by your organization's name
   format is a leading space, followed by your organization's name
   in parentheses.  You may also wish to include a number indicating
   in parentheses.  You may also wish to include a number indicating
   the revision of your modified compiler.  */
   the revision of your modified compiler.  */
 
 
#define VERSUFFIX ""
#define VERSUFFIX ""
 
 
/* This is the location of the online document giving instructions for
/* This is the location of the online document giving instructions for
   reporting bugs.  If you distribute a modified version of GCC,
   reporting bugs.  If you distribute a modified version of GCC,
   please change this to refer to a document giving instructions for
   please change this to refer to a document giving instructions for
   reporting bugs to you, not us.  (You are of course welcome to
   reporting bugs to you, not us.  (You are of course welcome to
   forward us bugs reported to you, if you determine that they are
   forward us bugs reported to you, if you determine that they are
   not bugs in your modifications.)  */
   not bugs in your modifications.)  */
 
 
const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
 
 
/* The complete version string, assembled from several pieces.
/* The complete version string, assembled from several pieces.
   BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile.  */
   BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile.  */
 
 
const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.