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
3c71940f
Commit
3c71940f
authored
Feb 25, 2000
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes
From-SVN: r32172
parent
517cbe13
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
10 deletions
+19
-10
gcc/c-parse.in
+2
-1
gcc/c-pragma.c
+1
-1
gcc/c-tree.h
+2
-1
gcc/calls.c
+2
-1
gcc/cccp.c
+2
-1
gcc/cexp.y
+2
-1
gcc/collect2.c
+2
-1
gcc/combine.c
+2
-1
gcc/convert.c
+2
-1
gcc/integrate.c
+2
-1
No files found.
gcc/c-parse.in
View file @
3c71940f
/* YACC parser for C syntax and for Objective C. -*-c-*-
/* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-pragma.c
View file @
3c71940f
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
Copyright (C) 1992,
97-
99, 2000 Free Software Foundation, Inc.
Copyright (C) 1992,
1997, 1998, 19
99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-tree.h
View file @
3c71940f
/* Definitions for C parsing and type checking.
/* Definitions for C parsing and type checking.
Copyright (C) 1987, 93-95, 97-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/calls.c
View file @
3c71940f
/* Convert function calls to rtl insns, for GNU C compiler.
/* Convert function calls to rtl insns, for GNU C compiler.
Copyright (C) 1989, 92-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cccp.c
View file @
3c71940f
/* C Compatible Compiler Preprocessor (CCCP)
/* C Compatible Compiler Preprocessor (CCCP)
Copyright (C) 1986, 87, 89, 92-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000 Free Software Foundation, Inc.
Written by Paul Rubin, June 1986
Written by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
gcc/cexp.y
View file @
3c71940f
/* Parse C expressions for CCCP.
/* Parse C expressions for CCCP.
Copyright (C) 1987, 92, 94-99, 2000 Free Software Foundation.
Copyright (C) 1987, 1992, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
gcc/collect2.c
View file @
3c71940f
/* Collect static initialization info into data structures that can be
/* Collect static initialization info into data structures that can be
traversed by C++ initialization and finalization routines.
traversed by C++ initialization and finalization routines.
Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
Contributed by Chris Smith (csmith@convex.com).
Contributed by Chris Smith (csmith@convex.com).
Heavily modified by Michael Meissner (meissner@cygnus.com),
Heavily modified by Michael Meissner (meissner@cygnus.com),
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
...
...
gcc/combine.c
View file @
3c71940f
/* Optimize by combining instructions for GNU compiler.
/* Optimize by combining instructions for GNU compiler.
Copyright (C) 1987, 88, 92-98, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/convert.c
View file @
3c71940f
/* Utility routines for data type conversion for GNU C.
/* Utility routines for data type conversion for GNU C.
Copyright (C) 1987, 88, 91-95, 97, 1998 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997,
1998 Free Software Foundation, Inc.
This file is part of GNU C.
This file is part of GNU C.
...
...
gcc/integrate.c
View file @
3c71940f
/* Procedure integration for GNU CC.
/* Procedure integration for GNU CC.
Copyright (C) 1988, 91, 93-98, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
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