hppa: Export main in pr104869.C on hpux
[official-gcc.git] / gcc / objcp / ChangeLog
blob019292da0d45b4c02420a77833e17470e8ff5c62
1 2023-10-22  Patrick Palka  <ppalka@redhat.com>
3         PR objc++/111920
4         * objcp-lang.cc (objcp_tsubst_expr) <case CLASS_REFERENCE_EXPR>:
5         Use tsubst instead of tsubst_expr for type operands.
7 2023-10-20  Patrick Palka  <ppalka@redhat.com>
9         * objcp-lang.cc (objcp_tsubst_copy_and_build): Rename to ...
10         (objcp_tsubst_expr): ... this.  Adjust tsubst_copy_and_build
11         uses.
13 2022-11-15  Patrick Palka  <ppalka@redhat.com>
15         * objcp-lang.cc (objcp_tsubst_copy_and_build): Adjust calls to
16         tsubst_copy_and_build and tsubst_expr.
18 2022-11-15  Patrick Palka  <ppalka@redhat.com>
20         * objcp-lang.cc (objcp_tsubst_copy_and_build): Remove
21         function_p parameter.
23 2022-05-31  Jason Merrill  <jason@redhat.com>
25         * Make-lang.in (obj-c++.tags): Look at *.cc.
27 2022-05-11  Martin Liska  <mliska@suse.cz>
29         PR target/105355
30         * lang-specs.h: Use Separate syntax.
32 2022-01-17  Martin Liska  <mliska@suse.cz>
34         * Make-lang.in: Rename .c names to .cc.
35         * config-lang.in: Likewise.
36         * lang-specs.h: Likewise.
37         * objcp-decl.cc (objcp_end_compound_stmt): Likewise.
38         * objcp-lang.cc (struct lang_hooks): Likewise.
40 2022-01-17  Martin Liska  <mliska@suse.cz>
42         * objcp-decl.c: Moved to...
43         * objcp-decl.cc: ...here.
44         * objcp-lang.c: Moved to...
45         * objcp-lang.cc: ...here.
47 2021-11-29  Eric Gallager  <egallager@gcc.gnu.org>
49         PR other/103021
50         * Make-lang.in: Use ETAGS variable in TAGS target.
52 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
54         PR other/102663
55         * Make-lang.in: Add dummy objc++.install-dvi target.
57 2021-10-11  Eric Gallager  <egallager@gcc.gnu.org>
59         PR objc++/56604
60         * Make-lang.in: Add obj-c++.srcman: line.
62 2021-06-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
64         * Make-lang.in (cc1objplus-checksum.c): Check previous
65         stage checksum exists.
67 2021-06-07  Bernd Edlinger  <bernd.edlinger@hotmai.de>
69         * Make-lang.in (cc1objplus-checksum.c): For stage-final re-use
70         the checksum from the previous stage.
72 2021-01-05  Jakub Jelinek  <jakub@redhat.com>
74         * Make-lang.in (cc1objplus-checksum, cc1objplus$(exeext): Add
75         $(CODYLIB) after $(BACKEND).
77 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
79         PR c++/98316
80         * Make-lang.in (cc1objplus$(exeext)): Add $(CODYLIB), $(NETLIBS).
82 2020-11-20  Jakub Jelinek  <jakub@redhat.com>
84         PR other/97911
85         * Make-lang.in (obj-c++.serial): Change from goal to a variable.
86         (.PHONY): Drop obj-c++.serial and obj-c++.prev.
87         (cc1objplus$(exeext)): Depend on $(obj-c++.serial) rather than
88         obj-c++.serial.
90 2020-11-18  Jakub Jelinek  <jakub@redhat.com>
92         * Make-lang.in (obj-c++.serial): New goal.
93         (.PHONY): Add obj-c++.serial obj-c++.prev.
94         (cc1objplus$(exeext)): Depend on obj-c++.prev.  Call LINK_PROGRESS.
96 2020-09-25  Nathan Sidwell  <nathan@acm.org>
98         * objcp-decl.c (objcp_start_struct): Use TAG_how not tag_scope.
99         (objcp_xref_tag): Likewise.
101 2020-09-24  Nathan Sidwell  <nathan@acm.org>
103         * objcp-decl.c (objcp_start_struct): Drop default args to
104         xref_tag.
105         (objcp_xref_tag): Likewise.
107 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
109         Update copyright years.
111 2019-05-10  Jakub Jelinek  <jakub@redhat.com>
113         PR pch/90326
114         * config-lang.in (gtfiles): Don't add c-family/c-cppbuiltin.c.
116 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
118         Update copyright years.
120 2018-10-17  David Malcolm  <dmalcolm@redhat.com>
122         * Make-lang.in (selftest-obj-c++): New.
124 2018-05-07  Nathan Sidwell  <nathan@acm.org>
126         * objcp-lang.c (objcxx_init_ts): Don't call init_shadowed_var_for_decl.
128 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
130         Update copyright years.
132 2017-07-03  Nathan Sidwell  <nathan@acm.org>
134         * config-lang.in: Source cp/config-lang.in, sort objc++ gtfiles list.
136 2017-06-02  Nathan Sidwell  <nathan@acm.org>
138         * objcp-decl.h (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Use lang_type.
139         (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use it.  Don't set
140         u.c.h.is_lang_type_class.
142 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
144         Update copyright years.
146 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
148         Update copyright years.
150 2015-11-13  Jason Merrill  <jason@redhat.com>
152         * config-lang.in (gtfiles): Add cp-gimplify.c.
154 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
156         * objcp-decl.c: Remove unused header files.
157         * objcp-lang.c: Likewise.
159 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
161         * objcp-decl.c: Reorder #include's and remove duplicates.
162         * objcp-lang.c: Likewise.
164 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
166         * objcp-decl.c: Adjust includes.
167         * objcp-lang.c: Likewise.
169 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
171         * objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
172         * objcp-lang.c: Likewise.
174 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
176         * objcp-decl.c : Adjust include files.
177         * objcp-lang.c : Likewise.
179 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
181         * objcp-decl.c: Adjust includes for restructured coretypes.h.
182         * objcp-lang.c: Likewise.
184 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
186         * Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
188 2015-01-09  Michael Collison  <michael.collison@linaro.org>
190         * objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
191         input.h, alias.h, symtab.h, options, fold-const.h,
192         wide-int.h, and inchash.h due to flattening of tree.h.
193         * objcp-lang.c: Ditto.
195 2014-12-31  Iain Sandoe  <iain@codesourcery.com>
197         * config-lang.in (gtfiles): Update list.
199 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
201         * objcp-decl.h: Adjust.
203 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
205         * objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
206         TYPE_IDENTIFIER.
208 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
210         Update copyright years
212 2013-09-25  Tom Tromey  <tromey@redhat.com>
214         * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
215         (objcp/objcp-lang.o, objcp/objcp-decl.o
216         (objcp/objc-runtime-shared-support.o)
217         (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
218         (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
219         (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
220         POSTCOMPILE.  Remove explicit dependencies.
222 2013-05-16  Jason Merrill  <jason@redhat.com>
224         * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
226 2012-06-02  Jason Merrill  <jason@redhat.com>
228         * objcp-decl.c (objcp_start_struct): Adjust for change in
229         begin_class_definition prototype.
231 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
233         * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
234         (objcp/objc-map.o): New rule.
235         (objcp/objcp-act.o): Depend on objc/objc-map.h.
236         * config-lang.in (gtfiles): Added objc-map.h.
238 2011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
240         * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
241         depend on OBSTACK_H.
242         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
243         (objcp/objc-next-runtime-abi-01.o): Likewise.
244         (objcp/objc-next-runtime-abi-02.o): Likewise.
245         (objcp/objcp-act.o): Likewise.
247 2011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
249         * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
250         (objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
251         (objcp/objcp-decl.o): Reordered dependencies.
252         (objcp/objc-runtime-shared-support.o): Reordered dependencies.
253         Updated them to be identical to the corresponding new objc/ ones,
254         with the addition of objcp-decl.h.
255         (objcp/objc-runtime-shared-support.o): Likewise.
256         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
257         (objcp/objc-next-runtime-abi-01.o): Likewise.
258         (objcp/objc-next-runtime-abi-02.o): Likewise.
259         (objcp/objcp-act.o): Reordered dependencies.  Added dependency on
260         objc-encoding.h.
261         (objcp/objc-encoding.o): New rule.
263 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
265         * objcp-decl.c (objcp_finish_struct): Use
266         objc_detect_field_duplicates instead of having a local
267         implementation.
269 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
271         * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
272         cp_common_init_ts.
274 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
276         PR bootstrap/48167
277         * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
278         CXX_PRETTY_PRINT_H.
279         * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
280         so that it is more obvious that it is identical to the C++ one
281         with the addition of some files at the end.
283 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
285         * lang-specs.h: Match -save-temps* instead of -save-temps.
287 2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
289         PR objc++/47711
290         * config-lang.in (gtfiles): Updated list.
292 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
294         * Make-lang.in (START_HDRS): New.
295         (OBJCXX_OBJS): Added new object files from objc/.
296         (objcp/objcp-act.o): Updated prerequisites.
297         (objcp/objcp-lang.o): Updated prerequisites.
298         (objcp/objc-runtime-shared-support.o): New.
299         (objcp/objc-gnu-runtime-abi-01.o): New.
300         (objcp/objc-next-runtime-abi-01.o): New.
301         (objcp/objc-next-runtime-abi-02.o): New.
302         * config-lang.in (gtfiles): Updated.
303         * objcp-lang.c (objcxx_eh_personality): Removed.
304         (LANG_HOOKS_EH_PERSONALITY): Removed.
305         (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
306         (objcp_eh_personality_decl): Removed.
308 2011-02-07  Mike Stump  <mikestump@comcast.net>
310         * Make-lang.in (obj-c++.tags): Don't include *.y.
312 2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
314         * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
315         objc_finish_message_expr.
317 2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
319         * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
321 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
323         * config-lang.in (gtfiles): Added c-family/c-objc.h.
324         * Make-lang.in (objcp/objcp-act.o): Depend on
325         c-family/c-objc.h.
326         (objcp/objcp-lang.o): Same change.
327         (objcp/objcp-decl.o): Same change.
328         * objcp-lang.c: Include c-family/c-objc.h.
329         * objcp-decl.c: Same change.
331 2010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
333         PR objc/24358
334         * lang-specs.h: Print a deprecation note every time
335         objc++-cpp-output is requested.
337 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
339         * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
341 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
343         * objcp-lang.c (finish_file): Removed.
345 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
347         merge from FSF apple 'trunk' branch.
348         2006 Fariborz Jahanian  <fjahanian@apple.com>
350         Radars 4436866, 4505126, 4506903, 4517826
351         * objcp-lang.c (objcxx_init_ts): Update for property_decl.
353 2010-10-13  Richard Henderson  <rth@redhat.com>
355         * objcp-lang.c (objcxx_eh_personality): Update call to
356         build_personality_function.
358 2010-10-11  Andi Kleen  <ak@linux.intel.com>
360         * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
361         name.
363 2010-10-07  Andi Kleen  <ak@linux.intel.com>
365         * Make-lang.in (cc1objplus-dummy): Remove.
366         (cc1objplus-checksum): Change to run checksum over object files
367         and options only.
369 2010-10-04  Andi Kleen  <ak@linux.intel.com>
371         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
373 2010-09-28  Richard Henderson  <rth@redhat.com>
375         * objcp-lang.c: Include "target.h".
376         (objcxx_eh_personality): Use targetm.except_unwind_info.
377         * Make-lang.in (objcp-lang.o): Update deps.
379 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
381         PR objc/25965
382         * objcp-decl.c (objcp_finish_struct): Call
383         objc_get_interface_ivars() and check for duplicate ivars.
385 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
387         * objcp-lang.c: Do not include except.h.
388         * Make-lang.in: Update dependencies.
390 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
392         * lang-specs.h: Remove +e handling.
394 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
396         * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
397         allocation.
399 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
401         * objcp-lang.c: Update include path for moved files.
402         * config-lang.in: Update paths in gtfiles for files in c-family/.
404 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
406         * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
407         flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
408         and target.h.
409         * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
410         and debug.h.  Explain why except.h has to be included.
411         * Make-lang.in: Update dependencies.
413 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
415         * objcp-decl.c: Do not include varray.h.
417 2009-09-22  Richard Guenther  <rguenther@suse.de>
419         PR objc++/41430
420         * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
421         * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
422         (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
423         (objcxx_eh_personality): New function.
425 2009-09-03  Diego Novillo  <dnovillo@google.com>
427         * objcp-lang.c (lang_hooks): Remove const qualifier.
429 2009-07-14  Taras Glek  <tglek@mozilla.com>
430             Rafael Espindola  <espindola@google.com>
432         * Make-lang.in (obj-c.install-plugin): New target for
433         installing plugin headers.
435 2009-06-19  Ian Lance Taylor  <iant@google.com>
437         * objcp-decl.h (start_struct): Remove in_struct and struct_types
438         parameters.  Add struct_info parameter.
439         (finish_struct): Likewise.
441 2009-06-13  Aldy Hernandez  <aldyh@redhat.com>
443         * objcp-decl.h (start_struct): Add location argument.
444         (finish_struct): Same.
445         (finish_decl): New.
447 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
449         * objcp-decl.h (c_end_compound_stmt): New argument.
450         * objcp-decl.c (objcp_start_struct): Add argument.
451         (objcp_finish_struct): Same.
453 2009-06-03  Ian Lance Taylor  <iant@google.com>
455         * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
456         and $(SYSTEM_H).
458 2009-05-27  Ian Lance Taylor  <iant@google.com>
460         * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
461         $(LINKER).
462         (cc1objplus$(exeext)): Likewise.
464 2009-05-26  Ian Lance Taylor  <iant@google.com>
466         * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
467         (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
469 2009-05-10  Ian Lance Taylor  <iant@google.com>
471         * objcp-decl.h (start_struct): Add three new, ignored, macro
472         parameters.
473         (finish_struct): Add two new, ignored, macro parameters.
475 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
477         * ChangeLog: Add copyright and license notices.
479 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
481         PR bootstrap/38262
482         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
483         remove GMPLIBS.
485 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
487         PR objc/37460
488         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
490 2008-04-03  Tom Tromey  <tromey@redhat.com>
492         * Make-lang.in (obj-c++_OBJS): New variable.
494 2008-03-27  Tom Tromey  <tromey@redhat.com>
496         * Make-lang.in: Revert automatic dependency patch.
498 2008-03-25  Tom Tromey  <tromey@redhat.com>
500         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
501         (objcp/objcp-act.o): Restore target.
503 2008-03-25  Tom Tromey  <tromey@redhat.com>
505         * Make-lang.in (objcp_OBJS): New variable.
506         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
507         objcp/objcp-act.o): Remove.
509 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
511         Revert:
513         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
514                     Douglas Gregor  <doug.gregor@gmail.com>
516         PR bootstrap/35115
517         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
519 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
520             Douglas Gregor  <doug.gregor@gmail.com>
522         PR bootstrap/35115
523         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
525 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
527         PR other/35107
528         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
530 2007-08-02  Nick Clifton  <nickc@redhat.com>
532         * Make-lang.in: Change copyright header to refer to version 3 of
533         the GNU General Public License and to point readers at the
534         COPYING3 file and the FSF's license web page.
535         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
536         objcp-lang.c: Likewise.
538 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
540         * Make-lang.in: Add dummy lang.install-pdf target.
542 2006-10-23  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
544         * objcp-decl.h (objcp_builtin_function): Remove.
546 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
548         * Make-lang.in: Added empty "obj-c++.pdf" target.
550 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
552         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
553         tsubst_copy_and_build.
555 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
557         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
559 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
561         PR other/27063
562         * config-lang.in: Add subdir_requires.
564 2006-06-30  Jason Merrill  <jason@redhat.com>
566         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
567         to begin_class_definition.
569 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
571         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
572         $(TARGET_H).
574 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
576         * Make-lang.in (OBJ-C++): Remove
577         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
579 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
581         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
583 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
585         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
587 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
589         * Make-lang.in: Remove all dependencies on s-gtype.
591 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
593         * objcp-decl.c (objcp_lookup_name): Remove.
594         * objcp-decl.h (objcp_lookup_name): Delete.
595         (lookup_name): Kill define.
597 2005-09-11  Richard Henderson  <rth@redhat.com>
599         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
601 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
603         * config-lang.in (gtfiles): Add cp-objcp-common.c.
604         * objcp-lang.c (objcxx_init_ts): New function.
605         (LANG_HOOKS_INIT_TS): Define.
607 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
609         * Make-lang.in (cc1plus-checksum.c): Use
610         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
612 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
613             Jakub Jelinek  <jakub@redhat.com>
615         * objcp-lang.c: No need to include cxx-pretty-print.h.
616         * Make-lang.in: Update dependencies.
618 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
620         * all files: Update FSF in copyright headers.
622 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
624         * config-lang.in (gtfiles): Add cp/rtti.c.
626 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
628         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
629         call to xref_tag().
630         (objcp_build_component_ref): Remove function.
631         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
632         (build_component_ref): Remove macro.
633         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
635 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
637         * Make-lang.in (cc1objplus-dummy): New.
638         (cc1objplus-checksum.c): New.
639         (cc1objplus-checksum.o): New.
640         (cc1objplus): Add cc1objplus-checksum.o.
642 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
643             Mike Stump  <mrs@apple.com>
645         Yet more Objective-C++...
647         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
648         (objcp/objcp-decl.o): Likewise.
649         (objcp/objcp-act.o): Likewise.
650         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
652 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
653             Mike Stump  <mrs@apple.com>
655         * ChangeLog: New.
656         * Make-lang.in: Likewise.
657         * config-lang.in: Likewise.
658         * lang-specs.h: Likewise.
659         * objcp-decl.c: Likewise.
660         * objcp-decl.h: Likewise.
661         * objcp-lang.c: Likewise.
664 Copyright (C) 2005-2023 Free Software Foundation, Inc.
666 Copying and distribution of this file, with or without modification,
667 are permitted in any medium without royalty provided the copyright
668 notice and this notice are preserved.