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
9b318a74
Commit
9b318a74
authored
Jan 23, 1999
by
Kaveh Ghazi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyrights for the last patch
From-SVN: r24837
parent
f573e6fc
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
gcc/java/class.c
+1
-1
gcc/java/decl.c
+1
-1
gcc/java/except.c
+1
-1
gcc/java/gjavah.c
+1
-1
gcc/java/java-except.h
+1
-1
gcc/java/jcf-io.c
+1
-1
gcc/java/jcf-write.c
+1
-1
gcc/java/jv-scan.c
+1
-1
gcc/java/lang.c
+1
-1
gcc/java/mangle.c
+1
-1
gcc/java/typeck.c
+1
-1
gcc/java/verify.c
+1
-1
gcc/java/zextract.c
+1
-1
gcc/java/zipfile.h
+1
-1
No files found.
gcc/java/class.c
View file @
9b318a74
/* Functions related to building classes and their related objects.
Copyright (C) 1996,
1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1996,
97-98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/decl.c
View file @
9b318a74
/* Process declarations and variables for the GNU compiler for the
Java(TM) language.
Copyright (C) 1996,
1998
Free Software Foundation, Inc.
Copyright (C) 1996,
97-98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/except.c
View file @
9b318a74
/* Handle exceptions for GNU compiler for the Java(TM) language.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/gjavah.c
View file @
9b318a74
/* Program to write C++-suitable header files from a Java(TM) .class
file. This is similar to SUN's javah.
Copyright (C) 1996, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1998
, 1999
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
...
...
gcc/java/java-except.h
View file @
9b318a74
/* Definitions for exception handling for use by the GNU compiler
for the Java(TM) language compiler.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/jcf-io.c
View file @
9b318a74
/* Utility routines for finding and reading Java(TM) .class files.
Copyright (C) 1996,
1998
Free Software Foundation, Inc.
Copyright (C) 1996,
97-98, 1999
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
...
...
gcc/java/jcf-write.c
View file @
9b318a74
/* Write out a Java(TM) class file.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/jv-scan.c
View file @
9b318a74
/* Main for jv-scan
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999
Free Software Foundation, Inc.
Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
This file is part of GNU CC.
...
...
gcc/java/lang.c
View file @
9b318a74
/* Java(TM) language-specific utility routines.
Copyright (C) 1996,
1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1996,
97-98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/mangle.c
View file @
9b318a74
/* Functions related to mangling class names for the GNU compiler
for the Java(TM) language.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/typeck.c
View file @
9b318a74
/* Handle types for the GNU compiler for the Java(TM) language.
Copyright (C) 1996 Free Software Foundation, Inc.
Copyright (C) 1996
, 97-98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/verify.c
View file @
9b318a74
/* Handle verification of bytecoded methods for the GNU compiler for
the Java(TM) language.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/java/zextract.c
View file @
9b318a74
...
...
@@ -2,7 +2,7 @@
This extracts a member from a .zip file, but does not handle
uncompression (since that is not needed for classes.zip).
Copyright (C) 1996 Free Software Foundation, Inc.
Copyright (C) 1996
, 97-98, 1999
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
...
...
gcc/java/zipfile.h
View file @
9b318a74
/* Definitions for using a zipped' archive.
Copyright (C) 1996 Free Software Foundation, Inc.
Copyright (C) 1996
, 97-98, 1999
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
...
...
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