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
ed1817c6
Commit
ed1817c6
authored
Mar 23, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change rfg's address.
From-SVN: r6852
parent
ef392512
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
23 additions
and
20 deletions
+23
-20
gcc/c-aux-info.c
+1
-1
gcc/config/aoutos.h
+1
-1
gcc/config/i386/sysv4.h
+1
-1
gcc/config/i860/i860.c
+1
-1
gcc/config/i860/i860.h
+1
-1
gcc/config/i860/paragon.h
+1
-1
gcc/config/i860/sysv3.h
+1
-1
gcc/config/i860/sysv4.h
+1
-1
gcc/config/m68k/m68kv4.h
+1
-1
gcc/config/sparc/sol2.h
+3
-2
gcc/config/sparc/sysv4.h
+1
-1
gcc/config/sparc/xm-sysv4.h
+2
-1
gcc/config/svr3.h
+1
-1
gcc/crtstuff.c
+1
-1
gcc/dwarfout.c
+5
-4
gcc/gbl-ctors.h
+1
-1
No files found.
gcc/c-aux-info.c
View file @
ed1817c6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
on information stored in GCC's tree structure. This code implements the
on information stored in GCC's tree structure. This code implements the
-aux-info option.
-aux-info option.
This code was written by Ron Guilmette (rfg@mcc
.com).
Written by Ron Guilmette (rfg@netcom
.com).
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
...
...
gcc/config/aoutos.h
View file @
ed1817c6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
targeting GCC for some system that uses a.out file format.
targeting GCC for some system that uses a.out file format.
Copyright (C) 1992 Free Software Foundation, Inc.
Copyright (C) 1992 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/i386/sysv4.h
View file @
ed1817c6
/* Target definitions for GNU compiler for Intel 80386 running System V.4
/* Target definitions for GNU compiler for Intel 80386 running System V.4
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/i860/i860.c
View file @
ed1817c6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
Written by Richard Stallman (rms@ai.mit.edu).
Written by Richard Stallman (rms@ai.mit.edu).
Hacked substantially by Ron Guilmette (rfg@n
cd
.com) to cater
Hacked substantially by Ron Guilmette (rfg@n
etcom
.com) to cater
to the whims of the System V Release 4 assembler.
to the whims of the System V Release 4 assembler.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/i860/i860.h
View file @
ed1817c6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Written by Richard Stallman (rms@ai.mit.edu).
Written by Richard Stallman (rms@ai.mit.edu).
Hacked substantially by Ron Guilmette (rfg@n
cd
.com) to cater to
Hacked substantially by Ron Guilmette (rfg@n
etcom
.com) to cater to
the whims of the System V Release 4 assembler.
the whims of the System V Release 4 assembler.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/i860/paragon.h
View file @
ed1817c6
/* Target definitions for GNU compiler for Intel 80860 running OSF/1AD
/* Target definitions for GNU compiler for Intel 80860 running OSF/1AD
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
Based upon original work of Ron Guilmette (rfg@n
cd
.com).
Based upon original work of Ron Guilmette (rfg@n
etcom
.com).
Whacked into submission by Andy Pfiffer (andyp@ssd.intel.com).
Whacked into submission by Andy Pfiffer (andyp@ssd.intel.com).
Partially inspired by
Partially inspired by
Pete Beckman @ Indiana University (beckman@cs.indiana.edu)
Pete Beckman @ Indiana University (beckman@cs.indiana.edu)
...
...
gcc/config/i860/sysv3.h
View file @
ed1817c6
/* Target definitions for GNU compiler for Intel 80860 running System V.3
/* Target definitions for GNU compiler for Intel 80860 running System V.3
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/i860/sysv4.h
View file @
ed1817c6
/* Target definitions for GNU compiler for Intel 80860 running System V.4
/* Target definitions for GNU compiler for Intel 80860 running System V.4
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/m68k/m68kv4.h
View file @
ed1817c6
/* Target definitions for GNU compiler for mc680x0 running System V.4
/* Target definitions for GNU compiler for mc680x0 running System V.4
Copyright (C) 1991, 1993 Free Software Foundation, Inc.
Copyright (C) 1991, 1993 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com) and Fred Fish (fnf@cygnus.com).
Written by Ron Guilmette (rfg@n
etcom
.com) and Fred Fish (fnf@cygnus.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/sparc/sol2.h
View file @
ed1817c6
/* Definitions of target machine for GNU compiler, for SPARC running Solaris 2
/* Definitions of target machine for GNU compiler, for SPARC running Solaris 2
Copyright 1992 Free Software Foundation, Inc.
Copyright 1992 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@ncd.com) and
David V. Henkel-Wallace (gumby@cygnus.com).
Written by Ron Guilmette (rfg@netcom.com).
Additional changes by David V. Henkel-Wallace (gumby@cygnus.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/sparc/sysv4.h
View file @
ed1817c6
/* Target definitions for GNU compiler for Sparc running System V.4
/* Target definitions for GNU compiler for Sparc running System V.4
Copyright (C) 1991, 1992 Free Software Foundation, Inc.
Copyright (C) 1991, 1992 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/sparc/xm-sysv4.h
View file @
ed1817c6
/* Configuration for GNU C-compiler for Sun Sparc running System V.4.
/* Configuration for GNU C-compiler for Sun Sparc running System V.4.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@ncd.com).
Written by Ron Guilmette (rfg@netcom.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/config/svr3.h
View file @
ed1817c6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
targeting GCC for some generic System V Release 3 system.
targeting GCC for some generic System V Release 3 system.
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@n
cd
.com).
Written by Ron Guilmette (rfg@n
etcom
.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/crtstuff.c
View file @
ed1817c6
/* Specialized bits of code needed to support construction and
/* Specialized bits of code needed to support construction and
destruction of file-scope objects in C++ code.
destruction of file-scope objects in C++ code.
Written by Ron Guilmette (rfg@n
cd
.com) with help from Richard Stallman.
Written by Ron Guilmette (rfg@n
etcom
.com) with help from Richard Stallman.
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
...
...
gcc/dwarfout.c
View file @
ed1817c6
/* This file contains code written by Ron Guilmette (rfg@ncd.com) for
/* Output Dwarf format symbol table information from the GNU C compiler.
Network Computing Devices, August, September, October, November 1990.
Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@netcom.com) for
Network Computing Devices, August, September, October, November 1990.
Generously contributed by NCD to the Free Software Foundation.
This file is part of GNU CC.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
GNU CC is free software; you can redistribute it and/or modify
...
...
gcc/gbl-ctors.h
View file @
ed1817c6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
will get included either by libgcc2.c (for systems that don't support
will get included either by libgcc2.c (for systems that don't support
a .init section) or by crtstuff.c (for those that do).
a .init section) or by crtstuff.c (for those that do).
Written by Ron Guilmette (rfg@n
cd
.com)
Written by Ron Guilmette (rfg@n
etcom
.com)
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991 Free Software Foundation, Inc.
...
...
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