Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6f48294d
Commit
6f48294d
authored
Jan 11, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FSF address in copyright header.
From-SVN: r24612
parent
201853b4
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
58 additions
and
29 deletions
+58
-29
gcc/ch/Make-lang.in
+2
-1
gcc/ch/Makefile.in
+2
-1
gcc/ch/actions.c
+2
-1
gcc/ch/actions.h
+2
-1
gcc/ch/ch-tree.def
+2
-1
gcc/ch/ch-tree.h
+2
-1
gcc/ch/config-lang.in
+2
-1
gcc/ch/configure
+2
-1
gcc/ch/convert.c
+2
-1
gcc/ch/decl.c
+2
-1
gcc/ch/except.c
+2
-1
gcc/ch/expr.c
+2
-1
gcc/ch/grant.c
+2
-1
gcc/ch/inout.c
+2
-1
gcc/ch/lang-options.h
+2
-1
gcc/ch/lang-specs.h
+2
-1
gcc/ch/lang.c
+2
-1
gcc/ch/lex.c
+2
-1
gcc/ch/lex.h
+2
-1
gcc/ch/loop.c
+2
-1
gcc/ch/nloop.c
+2
-1
gcc/ch/parse.c
+2
-1
gcc/ch/satisfy.c
+2
-1
gcc/ch/tasking.c
+2
-1
gcc/ch/tasking.h
+2
-1
gcc/ch/timing.c
+2
-1
gcc/ch/tree.c
+2
-1
gcc/ch/typeck.c
+2
-1
gcc/ch/xtypeck.c
+2
-1
No files found.
gcc/ch/Make-lang.in
View file @
6f48294d
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA. */
# This file provides the language dependent support in the main Makefile.
# This file provides the language dependent support in the main Makefile.
# Each language makefile fragment must provide the following targets:
# Each language makefile fragment must provide the following targets:
...
...
gcc/ch/Makefile.in
View file @
6f48294d
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA. */
# The makefile built from this file lives in the language subdirectory.
# The makefile built from this file lives in the language subdirectory.
# It's purpose is to provide support for:
# It's purpose is to provide support for:
...
...
gcc/ch/actions.c
View file @
6f48294d
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/actions.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* used by compile_file */
/* used by compile_file */
...
...
gcc/ch/ch-tree.def
View file @
6f48294d
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/*
/*
...
...
gcc/ch/ch-tree.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _CH_TREE_H
#ifndef _CH_TREE_H
#define _CH_TREE_H
#define _CH_TREE_H
...
...
gcc/ch/config-lang.in
View file @
6f48294d
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA. */
# Configure looks for the existence of this file to auto-config each language.
# Configure looks for the existence of this file to auto-config each language.
# We define several parameters used by configure:
# We define several parameters used by configure:
...
...
gcc/ch/configure
View file @
6f48294d
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA. */
#
#
# Shell script to create proper links to machine-dependent files in
# Shell script to create proper links to machine-dependent files in
...
...
gcc/ch/convert.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This file contains the functions for converting CHILL expressions
/* This file contains the functions for converting CHILL expressions
...
...
gcc/ch/decl.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Process declarations and symbol lookup for CHILL front end.
/* Process declarations and symbol lookup for CHILL front end.
...
...
gcc/ch/except.c
View file @
6f48294d
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/expr.c
View file @
6f48294d
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
...
...
gcc/ch/grant.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/inout.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/lang-options.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This is the contribution to the `lang_options' array in gcc.c for
/* This is the contribution to the `lang_options' array in gcc.c for
CHILL. */
CHILL. */
...
...
gcc/ch/lang-specs.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This is the contribution to the `default_compilers' array in gcc.c for
/* This is the contribution to the `default_compilers' array in gcc.c for
CHILL. */
CHILL. */
...
...
gcc/ch/lang.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
...
...
gcc/ch/lex.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -15,7 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/lex.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
...
...
gcc/ch/loop.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/nloop.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
#include <limits.h>
#include <limits.h>
...
...
gcc/ch/parse.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/*
/*
* This is a two-pass parser. In pass 1, we collect declarations,
* This is a two-pass parser. In pass 1, we collect declarations,
...
...
gcc/ch/satisfy.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/tasking.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/tasking.h
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _CH_TASKING_H
#ifndef _CH_TASKING_H
#define _CH_TASKING_H
#define _CH_TASKING_H
...
...
gcc/ch/timing.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/tree.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
...
...
gcc/ch/typeck.c
View file @
6f48294d
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This file is part of the CHILL front end.
/* This file is part of the CHILL front end.
...
...
gcc/ch/xtypeck.c
View file @
6f48294d
...
@@ -14,7 +14,8 @@ GNU General Public License for more details.
...
@@ -14,7 +14,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#if 0
#if 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment