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
ef58a523
Commit
ef58a523
authored
Feb 25, 2000
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes.
From-SVN: r32174
parent
5e7b4e25
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
9 deletions
+16
-9
gcc/dbxout.c
+2
-1
gcc/defaults.h
+1
-1
gcc/dwarfout.c
+2
-1
gcc/emit-rtl.c
+2
-1
gcc/except.c
+2
-1
gcc/except.h
+1
-1
gcc/explow.c
+2
-1
gcc/expmed.c
+2
-1
gcc/expr.h
+2
-1
No files found.
gcc/dbxout.c
View file @
ef58a523
/* Output dbx-format symbol table information from GNU compiler.
Copyright (C) 1987, 88, 92-99, 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.
...
...
gcc/defaults.h
View file @
ef58a523
/* Definitions of various defaults for how to do assembler output
(most of which are designed to be appropriate for GAS or for
some BSD assembler).
Copyright (C) 1992, 1996
-
1999 Free Software Foundation, Inc.
Copyright (C) 1992, 1996
, 1997, 1998,
1999 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com)
This file is part of GNU CC.
...
...
gcc/dwarfout.c
View file @
ef58a523
/* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993, 95-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
This file is part of GNU CC.
...
...
gcc/emit-rtl.c
View file @
ef58a523
/* Emit RTL for the GNU C-Compiler expander.
Copyright (C) 1987, 88, 92-99, 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.
...
...
gcc/except.c
View file @
ef58a523
/* Implements exception handling.
Copyright (C) 1989, 1992-1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC.
...
...
gcc/except.h
View file @
ef58a523
/* Exception Handling interface routines.
Copyright (C) 1996,
97-
99, 2000 Free Software Foundation, Inc.
Copyright (C) 1996,
1997, 1998, 19
99, 2000 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC.
...
...
gcc/explow.c
View file @
ef58a523
/* Subroutines for manipulating rtx's in semantically interesting ways.
Copyright (C) 1987, 91, 94-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/expmed.c
View file @
ef58a523
/* Medium-level subroutines: convert bit-field store and extract
and shifts, multiplies and divides to rtl instructions.
Copyright (C) 1987, 88, 89, 92-98, 1999, 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.
...
...
gcc/expr.h
View file @
ef58a523
/* Definitions for code generation pass of GNU compiler.
Copyright (C) 1987, 91-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
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