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
1b0c6de6
Commit
1b0c6de6
authored
Jan 06, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More copyright fixes. Oh what fun.
From-SVN: r24536
parent
4283012f
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
66 additions
and
13 deletions
+66
-13
gcc/output.h
+1
-1
gcc/prefix.h
+19
-0
gcc/print-tree.c
+1
-1
gcc/real.h
+1
-1
gcc/recog.h
+1
-1
gcc/rtl.c
+1
-1
gcc/scan.c
+1
-1
gcc/scan.h
+1
-1
gcc/stab.def
+1
-1
gcc/stupid.c
+1
-1
gcc/system.h
+16
-1
gcc/tree.def
+1
-1
gcc/xcoffout.c
+1
-1
gcc/xcoffout.h
+20
-1
No files found.
gcc/output.h
View file @
1b0c6de6
/* Declarations for insn-output.c. These functions are defined in recog.c,
final.c, and varasm.c.
Copyright (C) 1987, 1991, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1991, 1994, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/prefix.h
View file @
1b0c6de6
/* Provide prototypes for functions exported from prefix.c. */
Copyright
(
C
)
1999
Free
Software
Foundation
,
Inc
.
This
file
is
part
of
GNU
CC
.
GNU
CC
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Library
General
Public
License
as
published
by
the
Free
Software
Foundation
;
either
version
2
of
the
License
,
or
(
at
your
option
)
any
later
version
.
GCC
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Library
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Library
General
Public
License
along
with
GCC
;
see
the
file
COPYING
.
If
not
,
write
to
the
Free
Software
Foundation
,
Inc
.,
59
Temple
Place
-
Suite
330
,
Boston
,
MA
02111
-
1307
,
USA
.
*/
#ifndef __GCC_PREFIX_H__
#define __GCC_PREFIX_H__
...
...
gcc/print-tree.c
View file @
1b0c6de6
/* Prints out tree in human readable form - GNU C-compiler
Copyright (C) 1990, 91, 93
, 94, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1990, 91, 93
-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/real.h
View file @
1b0c6de6
/* Definitions of floating-point access for GNU compiler.
Copyright (C) 1989, 91, 94, 96, 97, 98 Free Software Foundation, Inc.
Copyright (C) 1989, 91, 94, 96, 97,
19
98 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/recog.h
View file @
1b0c6de6
/* Declarations for interface to insn recognizer and insn-output.c.
Copyright (C) 1987, 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/rtl.c
View file @
1b0c6de6
/* Allocate and read RTL for GNU C Compiler.
Copyright (C) 1987, 1988, 1991, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991, 1994, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/scan.c
View file @
1b0c6de6
/* Utility functions for scan-decls and fix-header programs.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994
, 1998
Free Software Foundation, Inc.
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
...
...
gcc/scan.h
View file @
1b0c6de6
/* scan.h - Utility declarations for scan-decls and fix-header programs.
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993
, 1998
Free Software Foundation, Inc.
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
...
...
gcc/stab.def
View file @
1b0c6de6
/* Table of DBX symbol codes for the GNU system.
Copyright (C) 1988, 1997 Free Software Foundation, Inc.
Copyright (C) 1988, 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
gcc/stupid.c
View file @
1b0c6de6
/* Dummy data flow analysis for GNU compiler in nonoptimizing mode.
Copyright (C) 1987, 91, 94
, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 91, 94
-96, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/system.h
View file @
1b0c6de6
...
...
@@ -2,7 +2,22 @@
declarations based on autoconf macros.
Copyright (C) 1998 Free Software Foundation, Inc.
*/
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __GCC_SYSTEM_H__
#define __GCC_SYSTEM_H__
...
...
gcc/tree.def
View file @
1b0c6de6
/* This file contains the definitions and documentation for the
tree codes used in the GNU C compiler.
Copyright (C) 1987, 1988, 1993, 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1993, 1995, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/xcoffout.c
View file @
1b0c6de6
/* Output xcoff-format symbol table information from GNU compiler.
Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1992, 1994, 1995, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/xcoffout.h
View file @
1b0c6de6
/* XCOFF definitions. These are needed in dbxout.c, final.c,
and xcoffout.h. */
and xcoffout.h.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define ASM_STABS_OP ".stabx"
...
...
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