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
c458bd73
Commit
c458bd73
authored
22 years ago
by
Tom Tromey
Committed by
Tom Tromey
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj/javaprims.h: Updated class declaration list.
From-SVN: r54693
parent
fb3bea1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libjava/ChangeLog
+2
-0
libjava/gcj/javaprims.h
+4
-4
No files found.
libjava/ChangeLog
View file @
c458bd73
2002
-
06
-
16
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
gcj
/
javaprims
.
h
:
Updated
class
declaration
list
.
*
java
/
io
/
LineNumberInputStream
.
java
:
Merged
with
Classpath
.
*
java
/
lang
/
RuntimeException
.
java
:
Re
-
merge
with
Classpath
.
...
...
This diff is collapsed.
Click to expand it.
libjava/gcj/javaprims.h
View file @
c458bd73
...
...
@@ -131,6 +131,7 @@ extern "Java"
class
ArithmeticException
;
class
ArrayIndexOutOfBoundsException
;
class
ArrayStoreException
;
class
AssertionError
;
class
Boolean
;
class
Byte
;
class
CPlusPlusDemangler
;
...
...
@@ -204,7 +205,6 @@ extern "Java"
class
ThreadDeath
;
class
ThreadGroup
;
class
ThreadLocal
;
class
ThreadLocal
$
Value
;
class
Throwable
;
class
UnknownError
;
class
UnsatisfiedLinkError
;
...
...
@@ -248,7 +248,6 @@ extern "Java"
class
ArrayList
;
class
Arrays
;
class
Arrays
$
ArrayList
;
class
Arrays
$
ListImpl
;
class
BasicMapEntry
;
class
BitSet
;
class
Calendar
;
...
...
@@ -380,14 +379,15 @@ extern "Java"
class
InflaterInputStream
;
class
ZipConstants
;
class
ZipEntry
;
class
ZipEnumeration
;
class
ZipException
;
class
ZipFile
;
class
ZipFile
$
PartialInputStream
;
class
ZipFile
$
ZipEntryEnumeration
;
class
ZipInputStream
;
class
ZipOutputStream
;
};
};
};
};
};
typedef
struct
java
::
lang
::
Object
*
jobject
;
...
...
This diff is collapsed.
Click to expand it.
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