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
e99215a3
Commit
e99215a3
authored
Jun 15, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FSF address.
From-SVN: r9964
parent
7f3ebb7b
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
44 additions
and
22 deletions
+44
-22
gcc/optabs.c
+2
-1
gcc/output.h
+2
-1
gcc/pcp.h
+2
-1
gcc/print-rtl.c
+2
-1
gcc/print-tree.c
+2
-1
gcc/protoize.c
+2
-1
gcc/real.c
+2
-1
gcc/real.h
+2
-1
gcc/recog.c
+2
-1
gcc/recog.h
+2
-1
gcc/reg-stack.c
+2
-1
gcc/regclass.c
+2
-1
gcc/regs.h
+2
-1
gcc/reload.c
+2
-1
gcc/reload.h
+2
-1
gcc/reload1.c
+2
-1
gcc/reorg.c
+2
-1
gcc/rtl.c
+2
-1
gcc/rtl.def
+2
-1
gcc/rtl.h
+2
-1
gcc/rtlanal.c
+2
-1
gcc/scan-decls.c
+2
-1
No files found.
gcc/optabs.c
View file @
e99215a3
...
@@ -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/output.h
View file @
e99215a3
...
@@ -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. */
/* Initialize data in final at the beginning of a compilation. */
/* Initialize data in final at the beginning of a compilation. */
extern
void
init_final
PROTO
((
char
*
));
extern
void
init_final
PROTO
((
char
*
));
...
...
gcc/pcp.h
View file @
e99215a3
...
@@ -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/print-rtl.c
View file @
e99215a3
...
@@ -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/print-tree.c
View file @
e99215a3
...
@@ -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/protoize.c
View file @
e99215a3
...
@@ -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. */
/* Any reasonable C++ compiler should have all of the same features
/* Any reasonable C++ compiler should have all of the same features
as __STDC__ plus more, so make sure that __STDC__ is defined if
as __STDC__ plus more, so make sure that __STDC__ is defined if
...
...
gcc/real.c
View file @
e99215a3
...
@@ -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. */
#include <stdio.h>
#include <stdio.h>
#include <errno.h>
#include <errno.h>
...
...
gcc/real.h
View file @
e99215a3
...
@@ -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 REAL_H_INCLUDED
#ifndef REAL_H_INCLUDED
#define REAL_H_INCLUDED
#define REAL_H_INCLUDED
...
...
gcc/recog.c
View file @
e99215a3
...
@@ -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/recog.h
View file @
e99215a3
...
@@ -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. */
/* Add prototype support. */
/* Add prototype support. */
#ifndef PROTO
#ifndef PROTO
...
...
gcc/reg-stack.c
View file @
e99215a3
...
@@ -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 pass converts stack-like registers from the "flat register
/* This pass converts stack-like registers from the "flat register
file" model that gcc uses, to a stack convention that the 387 uses.
file" model that gcc uses, to a stack convention that the 387 uses.
...
...
gcc/regclass.c
View file @
e99215a3
...
@@ -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 two passes of the compiler: reg_scan and reg_class.
/* This file contains two passes of the compiler: reg_scan and reg_class.
...
...
gcc/regs.h
View file @
e99215a3
...
@@ -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/reload.c
View file @
e99215a3
...
@@ -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 subroutines used only from the file reload1.c.
/* This file contains subroutines used only from the file reload1.c.
...
...
gcc/reload.h
View file @
e99215a3
...
@@ -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. */
/* If secondary reloads are the same for inputs and outputs, define those
/* If secondary reloads are the same for inputs and outputs, define those
...
...
gcc/reload1.c
View file @
e99215a3
...
@@ -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>
...
...
gcc/reorg.c
View file @
e99215a3
...
@@ -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. */
/* Instruction reorganization pass.
/* Instruction reorganization pass.
...
...
gcc/rtl.c
View file @
e99215a3
...
@@ -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/rtl.def
View file @
e99215a3
...
@@ -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. */
/* Expression definitions and descriptions for all targets are in this file.
/* Expression definitions and descriptions for all targets are in this file.
...
...
gcc/rtl.h
View file @
e99215a3
...
@@ -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 "machmode.h"
#include "machmode.h"
...
...
gcc/rtlanal.c
View file @
e99215a3
...
@@ -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/scan-decls.c
View file @
e99215a3
...
@@ -13,7 +13,8 @@ GNU General Public License for more details.
...
@@ -13,7 +13,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 this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
Written by Per Bothner <bothner@cygnus.com>, July 1993. */
Written by Per Bothner <bothner@cygnus.com>, July 1993. */
...
...
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