]> git.ipfire.org Git - thirdparty/gcc.git/history - libjava/link.cc
Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if MULTILIB_OSDIRNAMES is not defined.
[thirdparty/gcc.git] / libjava / link.cc
2009-03-12  Andrew Haley[multiple changes]
2008-08-22  Andrew Haleyre PR libgcj/8995 (race cases in interpreter)
2008-03-13  Tom TromeynatClassLoader.cc (_Jv_RegisterInitiatingLoader): Check...
2008-01-18  Alexandre Olivare PR c++/33887 (Reference to bitfield gets wrong value...
2007-07-31  David Daneyconfigure.ac (INTERPRETER): New AM_CONDITIONAL.
2007-03-23  Gary Bensonlink.cc (_Jv_Linker::resolve_method_entry): Ensure...
2007-03-07  Alexandre Olivaffi.h.in (ffi_closure_alloc, [...]): New.
2007-01-25  Keith Seitzlink.cc (_Jv_Linker::wait_for_state): Add JVMTI CLASS_P...
2007-01-10  Tom TromeynatDouble.cc (toString): Added parens.
2007-01-09  Tom TromeyMerged gcj-eclipse branch to trunk.
2006-06-08  Andrew Haleyjvm.h (_Jv_Linker::maybe_adjust_signature): New.
2006-06-05  Andreas Schwabre PR libgcj/27860 (build failure on m68k: error: ...
2006-05-10  Andrew Haleyprims.cc (_Jv_soleIndirectCompiledEngine): New.
2006-05-04  Tom Tromeyre PR libgcj/26861 (VirtualMachineError in interperter.)
2006-04-29  Bryce McKinlaylink.cc (_Jv_Linker::resolve_pool_entry): Don't pass...
2006-04-24  Andrew Haleylang.c (java_init): Handle flag_indirect_classes.
2006-03-15  Tom Tromeyre PR java/26390 (Problem dispatching method call when...
2006-03-07  David Daney* link.cc: Include ffi.h if USE_LIBFFI defined.
2006-02-21  Robert Schusterlink.cc: Added variant of create_error_method that...
2006-02-09  Bryce McKinlayClass.h (_Jv_IDispatchTable): Make it a struct.
2006-02-08  Bryce McKinlaylink.cc (_Jv_Linker::print_class_loaded): Declare strin...
2006-02-08  Tom TromeyPR libgcj/26063, PR libgcj/17978, PR libgcj/10598:
2006-02-03  Robert Schuster2006-02-03 Robert Schuster <robertschuster@fsfe.org>
2006-02-03  Robert Schusterre PR libgcj/26073 (libjava fails to compile)
2006-02-01  Robert Schuster2006-02-01 Robert Schuster <robertschuster@fsfe.org>
2005-12-08  Andrew HaleyObject.h (throwNoSuchMethodError): New method.
2005-10-13  Andrew Haleyre PR java/24251 (BC-compiled interfaces in libgcj...
2005-09-06  Tom Tromeyre PR libgcj/23739 (JNI: IsAssignableFrom reverses...
2005-08-17  Tom Tromeyclass.c (make_class_data): Always emit JV_STATE_PRELOAD...
2005-06-15  Tom Tromeyre PR libgcj/21906 (hang when invoking abstract method)
2005-05-13  Bryce McKinlay[multiple changes]
2005-04-29  Andrew Haleyre PR java/19285 (Interfaces not initialized by static...
2005-04-05  Tom Tromeyjni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundExce...
2005-03-17  Tom Tromeylink.cc (ensure_class_linked): Removed #ifdef.
2005-03-07  Tom Tromeyre PR java/20215 (gcj does not accept classes with...
2005-02-19  Tom Tromeylink.cc (make_vtable): Remove abstract method check.
2005-02-19  Tom Tromeyre PR java/20056 ('verification failed: incompatible...
2005-02-17  Tom TromeyClass.h (_Jv_GetMethodString): Updated declaration.
2005-02-02  Hans Boehm* link.cc: Include <stdio.h>
2005-01-10  Tom Tromeyre PR libgcj/18868 (Interface containing anonymous...
2004-12-01  Tom Tromeyno-threads.h (_Jv_ThreadDestroyData): Removed argument...
2004-11-29  Eric Botcazou* link.cc (link_symbol_table): Do not use intptr_t.
2004-11-27  Andrew Haleylink.cc (ensure_class_linked): Conditionally compile...
2004-11-25  Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.