aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
From-SVN: r195098
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
From-SVN: r194903
2012-07-08alias.h: Do not include coretypes.h in header files.Steven Bosscher1-2/+0
gcc/ * alias.h: Do not include coretypes.h in header files. * cppbuiltin.h: Likewise. * double-int.h: Likewise. * gimple-fold.h: Likewise. * flags.h: Likewise. * tree-ssa-alias.h: Likewise. * gengtype.h (obstack_chunk_alloc, obstack_chunk_free, OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h. * Makefile.in (RTL_BASE_H): Depend on coretypes.h. (TREE_H): Likewise. (ALIAS_H): Do not depend on coretypes.h. (FLAGS_H): Likewise. (realmpfr.o): Depend on coretypes.h. java/ * verify.h: Do not include system.h and coretypes.h here. * verify-impl.c: Include them here instead. From-SVN: r189358
2009-06-10* verify.h: Remove extern "C".Ian Lance Taylor1-10/+2
From-SVN: r148343
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU ↵Nick Clifton1-5/+4
General Public... * java-gimplify.c: Change copyright header to refer to version 3 of the GNU General Public License and to point readers at the COPYING3 file and the FSF's license web page. * typeck.c, lang-specs.h, mangle_name.c, jcf-dump.c, class.c, decl.c, config-lang.in, jcf-parse.c, constants.c, Make-lang.in, resource.c, except.c, builtins.c, jvspec.c, java-tree.def, javaop.def, jcf-path.c, verify-glue.c, jcf-depend.c, lang.opt, jcf-reader.c, mangle.c, zextract.c, jcf-io.c, jcf.h, zipfile.h, verify.h, java-except.h, win32-host.c, expr.c, jvgenmain.c, parse.h, lang.c, java-tree.h, javaop.h, boehm.c: Likewise. From-SVN: r127098
2007-07-27mangle.c (set_type_package_list): Constify.Kaveh R. Ghazi1-1/+0
* mangle.c (set_type_package_list): Constify. * verify-glue.c (vfy_make_string): Delete. * verify.h (vfy_make_string): Likewise. From-SVN: r126980
2006-05-26expr.c (java_push_constant_from_pool): Handle 'ldc class'.Tom Tromey1-1/+2
* expr.c (java_push_constant_from_pool): Handle 'ldc class'. * verify-glue.c (vfy_class_type): New function. * verify-impl.c (check_constant): Allow 'ldc class'. * verify.h (vfy_class_type): Declare. From-SVN: r114135
2005-06-25Update FSF address.Kelley Cook1-2/+2
From-SVN: r101309
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with ↵Tom Tromey1-1/+3
--indirect-dispatch) PR java/20056: * verify-glue.c (vfy_class_has_field): New function. * verify.h (vfy_class_has_field): Declare. * verify-impl.c (check_field_constant): Added 'putfield' argument. (verify_instructions_0): Updated. (types_equal): New function. From-SVN: r95258
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey1-0/+1
* verify.c (defer_merging): Don't use C++-style comment. * verify.h (java_opcode): Added java_opcode_end. * class.c (build_class_ref): Remove C++ comment and old FIXME. From-SVN: r91277
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+160
(Actual changes too large to list in the commit message; see ChangeLog.) From-SVN: r91270