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
517cbe13
Commit
517cbe13
authored
Feb 25, 2000
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes.
From-SVN: r32171
parent
a7db8bbb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
9 deletions
+18
-9
gcc/Makefile.in
+2
-1
gcc/builtins.c
+2
-1
gcc/c-aux-info.c
+2
-1
gcc/c-common.h
+2
-1
gcc/c-iterate.c
+2
-1
gcc/c-lang.c
+2
-1
gcc/c-lex.c
+2
-1
gcc/caller-save.c
+2
-1
gcc/regclass.c
+2
-1
No files found.
gcc/Makefile.in
View file @
517cbe13
# Makefile for GNU C compiler.
# Copyright (C) 1987, 88, 90-99, 2000 Free Software Foundation, Inc.
# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995
# 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
#This file is part of GNU CC.
...
...
gcc/builtins.c
View file @
517cbe13
/* Expand builtin functions.
Copyright (C) 1988, 92-98, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/c-aux-info.c
View file @
517cbe13
/* Generate information regarding function declarations and definitions based
on information stored in GCC's tree structure. This code implements the
-aux-info option.
Copyright (C) 1989, 91, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1989, 1991, 1994, 1995, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@segfault.us.com).
This file is part of GNU CC.
...
...
gcc/c-common.h
View file @
517cbe13
/* Definitions for c-common.c.
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.
...
...
gcc/c-iterate.c
View file @
517cbe13
/* Build expressions with type checking for C compiler.
Copyright (C) 1987, 88, 89, 92-98, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996
1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/c-lang.c
View file @
517cbe13
/* Language-specific hook definitions for C front end.
Copyright (C) 1991, 1995, 97-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1991, 1995, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/c-lex.c
View file @
517cbe13
/* Lexical analyzer for C and Objective C.
Copyright (C) 1987, 88, 89, 92, 94-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997
1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/caller-save.c
View file @
517cbe13
/* Save and restore call-clobbered registers which are live across a call.
Copyright (C) 1989, 92, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/regclass.c
View file @
517cbe13
/* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 88, 91-98, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 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