mirror of git://gcc.gnu.org/git/gcc.git
parent
59d3567214
commit
165c9b0468
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* verify.cc: Undef PC.
|
||||||
|
|
||||||
2004-03-18 Michael Koch <konqueror@gmx.de>
|
2004-03-18 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/nio/channels/spi/AbstractSelectableChannel.java
|
* java/nio/channels/spi/AbstractSelectableChannel.java
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,11 @@ details. */
|
||||||
#include <java-insns.h>
|
#include <java-insns.h>
|
||||||
#include <java-interp.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
|
#ifdef INTERPRETER
|
||||||
|
|
||||||
#include <java/lang/Class.h>
|
#include <java/lang/Class.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue