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
064a791c
Commit
064a791c
authored
Sep 14, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Sep 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
From-SVN: r36405
parent
e7e18a21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libjava/ChangeLog
+2
-0
libjava/java/lang/natRuntime.cc
+1
-1
No files found.
libjava/ChangeLog
View file @
064a791c
2000-09-14 Alexandre Oliva <aoliva@redhat.com>
* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
* java/lang/natDouble.cc: Likewise.
* java/lang/reflect/natMethod.cc: Likewise.
...
...
libjava/java/lang/natRuntime.cc
View file @
064a791c
...
...
@@ -26,7 +26,7 @@ details. */
/* FIXME: we don't always need this. The next libtool will let us use
AC_LTDL_PREOPEN to see if we do. */
const
lt_dlsymlist
lt_preloaded_symbols
[
1
]
=
{
{
0
,
0
}
};
extern
const
lt_dlsymlist
lt_preloaded_symbols
[
1
]
=
{
{
0
,
0
}
};
// We keep track of all the libraries loaded by this application. For
// now we use them to look up symbols for JNI. `libraries_size' holds
...
...
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