aboutsummaryrefslogtreecommitdiff
path: root/libjava/link.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-02-02* link.cc: Include <stdio.h>Hans Boehm1-0/+2
From-SVN: r94623
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey1-153/+119
PR libgcj/18868: * include/jvm.h (_Jv_Linker::find_field): Declare. (_Jv_Linker::find_field_helper): Likewise. * link.cc (find_field_helper): New method. (find_field): Likewise. (resolve_pool_entry): Use it. Throw NoSuchFieldError when field not found. (link_symbol_table): Use find_field. From-SVN: r93151
2004-12-01no-threads.h (_Jv_ThreadDestroyData): Removed argument name.Tom Tromey1-0/+1
* include/no-threads.h (_Jv_ThreadDestroyData): Removed argument name. (_Jv_ThreadRegister): Likewise. (_Jv_MutexCheckMonitor): Likewise. * link.cc: Include limits.h. From-SVN: r91581
2004-11-29* link.cc (link_symbol_table): Do not use intptr_t.Eric Botcazou1-2/+2
From-SVN: r91472
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass ↵Andrew Haley1-1/+10
on INTERPRETER. 2004-11-27 Andrew Haley <aph@redhat.com> * link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass on INTERPRETER. (print_class_loaded): Likewise. (wait_for_state): Likewise. * include/jvm.h (ROUND): Move to here from include/java-interp.h. * include/java-interp.h (ROUND): Remove. From-SVN: r91375
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+1764
(Actual changes too large to list in the commit message; see ChangeLog.) From-SVN: r91270