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
165c9b04
Commit
165c9b04
authored
Mar 19, 2004
by
Rainer Orth
Committed by
Rainer Orth
Mar 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* verify.cc: Undef PC.
From-SVN: r79690
parent
59d35672
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
libjava/ChangeLog
+4
-0
libjava/verify.cc
+5
-0
No files found.
libjava/ChangeLog
View file @
165c9b04
2004-03-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* verify.cc: Undef PC.
2004-03-18 Michael Koch <konqueror@gmx.de>
* java/nio/channels/spi/AbstractSelectableChannel.java
...
...
libjava/verify.cc
View file @
165c9b04
...
...
@@ -19,6 +19,11 @@ details. */
#include <java-insns.h>
#include <java-interp.h>
// On Solaris 10/x86, <signal.h> indirectly includes <ia32/sys/reg.h>, which
// defines PC since g++ predefines __EXTENSIONS__. Undef here to avoid clash
// with PC member of class _Jv_BytecodeVerifier below.
#undef PC
#ifdef INTERPRETER
#include <java/lang/Class.h>
...
...
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