2010-04-30 Steven Bosscher * objcp-decl.c: Do not include varray.h. 2009-09-22 Richard Guenther PR objc++/41430 * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency. * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define. (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise. (objcxx_eh_personality): New function. 2009-09-03 Diego Novillo * objcp-lang.c (lang_hooks): Remove const qualifier. 2009-07-14 Taras Glek Rafael Espindola * Make-lang.in (obj-c.install-plugin): New target for installing plugin headers. 2009-06-19 Ian Lance Taylor * objcp-decl.h (start_struct): Remove in_struct and struct_types parameters. Add struct_info parameter. (finish_struct): Likewise. 2009-06-13 Aldy Hernandez * objcp-decl.h (start_struct): Add location argument. (finish_struct): Same. (finish_decl): New. 2009-06-12 Aldy Hernandez * objcp-decl.h (c_end_compound_stmt): New argument. * objcp-decl.c (objcp_start_struct): Add argument. (objcp_finish_struct): Same. 2009-06-03 Ian Lance Taylor * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H) and $(SYSTEM_H). 2009-05-27 Ian Lance Taylor * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to $(LINKER). (cc1objplus$(exeext)): Likewise. 2009-05-26 Ian Lance Taylor * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER). (cc1objplus$(exeext), objcp/objcp-act.o): Likwise. 2009-05-10 Ian Lance Taylor * objcp-decl.h (start_struct): Add three new, ignored, macro parameters. (finish_struct): Add two new, ignored, macro parameters. 2009-04-21 Joseph Myers * ChangeLog: Add copyright and license notices. 2008-12-05 Sebastian Pop PR bootstrap/38262 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS, remove GMPLIBS. 2008-09-17 Andrew Pinski PR objc/37460 * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define. 2008-04-03 Tom Tromey * Make-lang.in (obj-c++_OBJS): New variable. 2008-03-27 Tom Tromey * Make-lang.in: Revert automatic dependency patch. 2008-03-25 Tom Tromey * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS. (objcp/objcp-act.o): Restore target. 2008-03-25 Tom Tromey * Make-lang.in (objcp_OBJS): New variable. (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o, objcp/objcp-act.o): Remove. 2008-03-07 Paolo Bonzini Revert: 2008-02-07 Andreas Tobler Douglas Gregor PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 2008-02-07 Andreas Tobler Douglas Gregor PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 2008-02-06 Kaveh R. Ghazi PR other/35107 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS). 2007-08-02 Nick Clifton * Make-lang.in: 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. * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in, objcp-lang.c: Likewise. 2007-03-01 Brooks Moses * Make-lang.in: Add dummy lang.install-pdf target. 2006-10-23 Rafael Ávila de Espíndola * objcp-decl.h (objcp_builtin_function): Remove. 2006-10-10 Brooks Moses * Make-lang.in: Added empty "obj-c++.pdf" target. 2006-08-20 Mark Mitchell * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to tsubst_copy_and_build. 2006-07-28 Volker Reichelt * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies. 2006-07-03 Paolo Bonzini PR other/27063 * config-lang.in: Add subdir_requires. 2006-06-30 Jason Merrill * objcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_definition. 2006-05-14 H.J. Lu * Make-lang.in (objcp/objcp-decl.o): Add dependency on $(TARGET_H). 2006-02-20 Rafael Ávila de Espíndola * Make-lang.in (OBJ-C++): Remove (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++ 2005-12-14 Andrew Pinski * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H). 2005-12-07 Rafael Ávila de Espíndola * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove. 2005-12-07 Rafael Ávila de Espíndola * Make-lang.in: Remove all dependencies on s-gtype. 2005-11-22 Andrew Pinski * objcp-decl.c (objcp_lookup_name): Remove. * objcp-decl.h (objcp_lookup_name): Delete. (lookup_name): Kill define. 2005-09-11 Richard Henderson * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL. 2005-07-09 Andrew Pinski * config-lang.in (gtfiles): Add cp-objcp-common.c. * objcp-lang.c (objcxx_init_ts): New function. (LANG_HOOKS_INIT_TS): Define. 2005-07-03 Kazu Hirata * Make-lang.in (cc1plus-checksum.c): Use build/genchecksum$(build_exeext), not build/genchecksum$(exeext). 2005-06-30 Zack Weinberg Jakub Jelinek * objcp-lang.c: No need to include cxx-pretty-print.h. * Make-lang.in: Update dependencies. 2005-06-25 Kelley Cook * all files: Update FSF in copyright headers. 2005-06-20 Ziemowit Laski * config-lang.in (gtfiles): Add cp/rtti.c. 2005-05-24 Ziemowit Laski * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust call to xref_tag(). (objcp_build_component_ref): Remove function. * objcp-decl.h (objcp_build_component_ref): Remove prototype. (build_component_ref): Remove macro. * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove. 2005-05-18 Geoffrey Keating * Make-lang.in (cc1objplus-dummy): New. (cc1objplus-checksum.c): New. (cc1objplus-checksum.o): New. (cc1objplus): Add cc1objplus-checksum.o. 2005-05-17 Ziemowit Laski Mike Stump Yet more Objective-C++... * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h (objcp/objcp-decl.o): Likewise. (objcp/objcp-act.o): Likewise. * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add. 2005-04-21 Ziemowit Laski Mike Stump * ChangeLog: New. * Make-lang.in: Likewise. * config-lang.in: Likewise. * lang-specs.h: Likewise. * objcp-decl.c: Likewise. * objcp-decl.h: Likewise. * objcp-lang.c: Likewise. Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.