xref: /netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ChangeLog (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
12024-06-20  Release Manager
2
3	* GCC 12.4.0 released.
4
52023-05-08  Release Manager
6
7	* GCC 12.3.0 released.
8
92022-08-19  Release Manager
10
11	* GCC 12.2.0 released.
12
132022-05-06  Release Manager
14
15	* GCC 12.1.0 released.
16
172022-01-17  Martin Liska  <mliska@suse.cz>
18
19	* Make-lang.in: Rename .c names to .cc.
20	* config-lang.in: Likewise.
21	* lang-specs.h: Likewise.
22	* objcp-decl.cc (objcp_end_compound_stmt): Likewise.
23	* objcp-lang.cc (struct lang_hooks): Likewise.
24
252022-01-17  Martin Liska  <mliska@suse.cz>
26
27	* objcp-decl.c: Moved to...
28	* objcp-decl.cc: ...here.
29	* objcp-lang.c: Moved to...
30	* objcp-lang.cc: ...here.
31
322021-11-29  Eric Gallager  <egallager@gcc.gnu.org>
33
34	PR other/103021
35	* Make-lang.in: Use ETAGS variable in TAGS target.
36
372021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
38
39	PR other/102663
40	* Make-lang.in: Add dummy objc++.install-dvi target.
41
422021-10-11  Eric Gallager  <egallager@gcc.gnu.org>
43
44	PR objc++/56604
45	* Make-lang.in: Add obj-c++.srcman: line.
46
472021-06-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
48
49	* Make-lang.in (cc1objplus-checksum.c): Check previous
50	stage checksum exists.
51
522021-06-07  Bernd Edlinger  <bernd.edlinger@hotmai.de>
53
54	* Make-lang.in (cc1objplus-checksum.c): For stage-final re-use
55	the checksum from the previous stage.
56
572021-01-05  Jakub Jelinek  <jakub@redhat.com>
58
59	* Make-lang.in (cc1objplus-checksum, cc1objplus$(exeext): Add
60	$(CODYLIB) after $(BACKEND).
61
622021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
63
64	PR c++/98316
65	* Make-lang.in (cc1objplus$(exeext)): Add $(CODYLIB), $(NETLIBS).
66
672020-11-20  Jakub Jelinek  <jakub@redhat.com>
68
69	PR other/97911
70	* Make-lang.in (obj-c++.serial): Change from goal to a variable.
71	(.PHONY): Drop obj-c++.serial and obj-c++.prev.
72	(cc1objplus$(exeext)): Depend on $(obj-c++.serial) rather than
73	obj-c++.serial.
74
752020-11-18  Jakub Jelinek  <jakub@redhat.com>
76
77	* Make-lang.in (obj-c++.serial): New goal.
78	(.PHONY): Add obj-c++.serial obj-c++.prev.
79	(cc1objplus$(exeext)): Depend on obj-c++.prev.  Call LINK_PROGRESS.
80
812020-09-25  Nathan Sidwell  <nathan@acm.org>
82
83	* objcp-decl.c (objcp_start_struct): Use TAG_how not tag_scope.
84	(objcp_xref_tag): Likewise.
85
862020-09-24  Nathan Sidwell  <nathan@acm.org>
87
88	* objcp-decl.c (objcp_start_struct): Drop default args to
89	xref_tag.
90	(objcp_xref_tag): Likewise.
91
922020-01-01  Jakub Jelinek  <jakub@redhat.com>
93
94	Update copyright years.
95
962019-05-10  Jakub Jelinek  <jakub@redhat.com>
97
98	PR pch/90326
99	* config-lang.in (gtfiles): Don't add c-family/c-cppbuiltin.c.
100
1012019-01-01  Jakub Jelinek  <jakub@redhat.com>
102
103	Update copyright years.
104
1052018-10-17  David Malcolm  <dmalcolm@redhat.com>
106
107	* Make-lang.in (selftest-obj-c++): New.
108
1092018-05-07  Nathan Sidwell  <nathan@acm.org>
110
111	* objcp-lang.c (objcxx_init_ts): Don't call init_shadowed_var_for_decl.
112
1132018-01-03  Jakub Jelinek  <jakub@redhat.com>
114
115	Update copyright years.
116
1172017-07-03  Nathan Sidwell  <nathan@acm.org>
118
119	* config-lang.in: Source cp/config-lang.in, sort objc++ gtfiles list.
120
1212017-06-02  Nathan Sidwell  <nathan@acm.org>
122
123	* objcp-decl.h (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Use lang_type.
124	(ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use it.  Don't set
125	u.c.h.is_lang_type_class.
126
1272017-01-01  Jakub Jelinek  <jakub@redhat.com>
128
129	Update copyright years.
130
1312016-01-04  Jakub Jelinek  <jakub@redhat.com>
132
133	Update copyright years.
134
1352015-11-13  Jason Merrill  <jason@redhat.com>
136
137	* config-lang.in (gtfiles): Add cp-gimplify.c.
138
1392015-11-11  Andrew MacLeod  <amacleod@redhat.com>
140
141	* objcp-decl.c: Remove unused header files.
142	* objcp-lang.c: Likewise.
143
1442015-10-29  Andrew MacLeod  <amacleod@redhat.com>
145
146	* objcp-decl.c: Reorder #include's and remove duplicates.
147	* objcp-lang.c: Likewise.
148
1492015-07-07  Andrew MacLeod  <amacleod@redhat.com>
150
151	* objcp-decl.c: Adjust includes.
152	* objcp-lang.c: Likewise.
153
1542015-06-17  Andrew MacLeod  <amacleod@redhat.com>
155
156	* objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
157	* objcp-lang.c: Likewise.
158
1592015-06-08  Andrew MacLeod  <amacleod@redhat.com>
160
161	* objcp-decl.c : Adjust include files.
162	* objcp-lang.c : Likewise.
163
1642015-06-04  Andrew MacLeod  <amacleod@redhat.com>
165
166	* objcp-decl.c: Adjust includes for restructured coretypes.h.
167	* objcp-lang.c: Likewise.
168
1692015-04-27  Jim Wilson  <jim.wilson@linaro.org>
170
171	* Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
172
1732015-01-09  Michael Collison  <michael.collison@linaro.org>
174
175	* objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
176	input.h, alias.h, symtab.h, options, fold-const.h,
177	wide-int.h, and inchash.h due to flattening of tree.h.
178	* objcp-lang.c: Ditto.
179
1802014-12-31  Iain Sandoe  <iain@codesourcery.com>
181
182	* config-lang.in (gtfiles): Update list.
183
1842014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
185
186	* objcp-decl.h: Adjust.
187
1882014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
189
190	* objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
191	TYPE_IDENTIFIER.
192
1932014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
194
195	Update copyright years
196
1972013-09-25  Tom Tromey  <tromey@redhat.com>
198
199	* Make-lang.in (START_HDRS, cc1objplus-checksum.o)
200	(objcp/objcp-lang.o, objcp/objcp-decl.o
201	(objcp/objc-runtime-shared-support.o)
202	(objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
203	(objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
204	(objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
205	POSTCOMPILE.  Remove explicit dependencies.
206
2072013-05-16  Jason Merrill  <jason@redhat.com>
208
209	* Make-lang.in (cc1objplus$(exeext)): Use link mutex.
210
2112012-06-02  Jason Merrill  <jason@redhat.com>
212
213	* objcp-decl.c (objcp_start_struct): Adjust for change in
214	begin_class_definition prototype.
215
2162011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
217
218	* Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
219	(objcp/objc-map.o): New rule.
220	(objcp/objcp-act.o): Depend on objc/objc-map.h.
221	* config-lang.in (gtfiles): Added objc-map.h.
222
2232011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
224
225	* Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
226	depend on OBSTACK_H.
227	(objcp/objc-gnu-runtime-abi-01.o): Likewise.
228	(objcp/objc-next-runtime-abi-01.o): Likewise.
229	(objcp/objc-next-runtime-abi-02.o): Likewise.
230	(objcp/objcp-act.o): Likewise.
231
2322011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
233
234	* Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
235	(objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
236	(objcp/objcp-decl.o): Reordered dependencies.
237	(objcp/objc-runtime-shared-support.o): Reordered dependencies.
238	Updated them to be identical to the corresponding new objc/ ones,
239	with the addition of objcp-decl.h.
240	(objcp/objc-runtime-shared-support.o): Likewise.
241	(objcp/objc-gnu-runtime-abi-01.o): Likewise.
242	(objcp/objc-next-runtime-abi-01.o): Likewise.
243	(objcp/objc-next-runtime-abi-02.o): Likewise.
244	(objcp/objcp-act.o): Reordered dependencies.  Added dependency on
245	objc-encoding.h.
246	(objcp/objc-encoding.o): New rule.
247
2482011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
249
250	* objcp-decl.c (objcp_finish_struct): Use
251	objc_detect_field_duplicates instead of having a local
252	implementation.
253
2542011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
255
256	* objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
257	cp_common_init_ts.
258
2592011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
260
261	PR bootstrap/48167
262	* Make-lang.in (START_HDRS): Added CXX_PARSER_H and
263	CXX_PRETTY_PRINT_H.
264	* config-lang.in (gtfiles): Added cp/parser.h and reorganized list
265	so that it is more obvious that it is identical to the C++ one
266	with the addition of some files at the end.
267
2682011-03-06  Joseph Myers  <joseph@codesourcery.com>
269
270	* lang-specs.h: Match -save-temps* instead of -save-temps.
271
2722011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
273
274	PR objc++/47711
275	* config-lang.in (gtfiles): Updated list.
276
2772011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
278
279	* Make-lang.in (START_HDRS): New.
280	(OBJCXX_OBJS): Added new object files from objc/.
281	(objcp/objcp-act.o): Updated prerequisites.
282	(objcp/objcp-lang.o): Updated prerequisites.
283	(objcp/objc-runtime-shared-support.o): New.
284	(objcp/objc-gnu-runtime-abi-01.o): New.
285	(objcp/objc-next-runtime-abi-01.o): New.
286	(objcp/objc-next-runtime-abi-02.o): New.
287	* config-lang.in (gtfiles): Updated.
288	* objcp-lang.c (objcxx_eh_personality): Removed.
289	(LANG_HOOKS_EH_PERSONALITY): Removed.
290	(LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
291	(objcp_eh_personality_decl): Removed.
292
2932011-02-07  Mike Stump  <mikestump@comcast.net>
294
295	* Make-lang.in (obj-c++.tags): Don't include *.y.
296
2972010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
298
299	* objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
300	objc_finish_message_expr.
301
3022010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
303
304	* config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
305
3062010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
307
308	* config-lang.in (gtfiles): Added c-family/c-objc.h.
309	* Make-lang.in (objcp/objcp-act.o): Depend on
310	c-family/c-objc.h.
311	(objcp/objcp-lang.o): Same change.
312	(objcp/objcp-decl.o): Same change.
313	* objcp-lang.c: Include c-family/c-objc.h.
314	* objcp-decl.c: Same change.
315
3162010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
317
318	PR objc/24358
319	* lang-specs.h: Print a deprecation note every time
320	objc++-cpp-output is requested.
321
3222010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
323
324	* objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
325
3262010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
327
328	* objcp-lang.c (finish_file): Removed.
329
3302010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
331
332	merge from FSF apple 'trunk' branch.
333	2006 Fariborz Jahanian  <fjahanian@apple.com>
334
335	Radars 4436866, 4505126, 4506903, 4517826
336	* objcp-lang.c (objcxx_init_ts): Update for property_decl.
337
3382010-10-13  Richard Henderson  <rth@redhat.com>
339
340	* objcp-lang.c (objcxx_eh_personality): Update call to
341	build_personality_function.
342
3432010-10-11  Andi Kleen  <ak@linux.intel.com>
344
345	* Make-lang.in (cc1objplus-checksum.c): Use correct temporary
346	name.
347
3482010-10-07  Andi Kleen  <ak@linux.intel.com>
349
350	* Make-lang.in (cc1objplus-dummy): Remove.
351	(cc1objplus-checksum): Change to run checksum over object files
352	and options only.
353
3542010-10-04  Andi Kleen  <ak@linux.intel.com>
355
356	* Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
357
3582010-09-28  Richard Henderson  <rth@redhat.com>
359
360	* objcp-lang.c: Include "target.h".
361	(objcxx_eh_personality): Use targetm.except_unwind_info.
362	* Make-lang.in (objcp-lang.o): Update deps.
363
3642010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
365
366	PR objc/25965
367	* objcp-decl.c (objcp_finish_struct): Call
368	objc_get_interface_ivars() and check for duplicate ivars.
369
3702010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
371
372	* objcp-lang.c: Do not include except.h.
373	* Make-lang.in: Update dependencies.
374
3752010-06-25  Joseph Myers  <joseph@codesourcery.com>
376
377	* lang-specs.h: Remove +e handling.
378
3792010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
380
381	* objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
382	allocation.
383
3842010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
385
386	* objcp-lang.c: Update include path for moved files.
387	* config-lang.in: Update paths in gtfiles for files in c-family/.
388
3892010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
390
391	* objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
392	flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
393	and target.h.
394	* objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
395	and debug.h.  Explain why except.h has to be included.
396	* Make-lang.in: Update dependencies.
397
3982010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
399
400	* objcp-decl.c: Do not include varray.h.
401
4022009-09-22  Richard Guenther  <rguenther@suse.de>
403
404	PR objc++/41430
405	* Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
406	* objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
407	(LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
408	(objcxx_eh_personality): New function.
409
4102009-09-03  Diego Novillo  <dnovillo@google.com>
411
412	* objcp-lang.c (lang_hooks): Remove const qualifier.
413
4142009-07-14  Taras Glek  <tglek@mozilla.com>
415	    Rafael Espindola  <espindola@google.com>
416
417	* Make-lang.in (obj-c.install-plugin): New target for
418	installing plugin headers.
419
4202009-06-19  Ian Lance Taylor  <iant@google.com>
421
422	* objcp-decl.h (start_struct): Remove in_struct and struct_types
423	parameters.  Add struct_info parameter.
424	(finish_struct): Likewise.
425
4262009-06-13  Aldy Hernandez  <aldyh@redhat.com>
427
428	* objcp-decl.h (start_struct): Add location argument.
429	(finish_struct): Same.
430	(finish_decl): New.
431
4322009-06-12  Aldy Hernandez  <aldyh@redhat.com>
433
434	* objcp-decl.h (c_end_compound_stmt): New argument.
435	* objcp-decl.c (objcp_start_struct): Add argument.
436	(objcp_finish_struct): Same.
437
4382009-06-03  Ian Lance Taylor  <iant@google.com>
439
440	* Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
441	and $(SYSTEM_H).
442
4432009-05-27  Ian Lance Taylor  <iant@google.com>
444
445	* Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
446	$(LINKER).
447	(cc1objplus$(exeext)): Likewise.
448
4492009-05-26  Ian Lance Taylor  <iant@google.com>
450
451	* Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
452	(cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
453
4542009-05-10  Ian Lance Taylor  <iant@google.com>
455
456	* objcp-decl.h (start_struct): Add three new, ignored, macro
457	parameters.
458	(finish_struct): Add two new, ignored, macro parameters.
459
4602009-04-21  Joseph Myers  <joseph@codesourcery.com>
461
462	* ChangeLog: Add copyright and license notices.
463
4642008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
465
466	PR bootstrap/38262
467	* Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
468	remove GMPLIBS.
469
4702008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
471
472	PR objc/37460
473	* objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
474
4752008-04-03  Tom Tromey  <tromey@redhat.com>
476
477	* Make-lang.in (obj-c++_OBJS): New variable.
478
4792008-03-27  Tom Tromey  <tromey@redhat.com>
480
481	* Make-lang.in: Revert automatic dependency patch.
482
4832008-03-25  Tom Tromey  <tromey@redhat.com>
484
485	* Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
486	(objcp/objcp-act.o): Restore target.
487
4882008-03-25  Tom Tromey  <tromey@redhat.com>
489
490	* Make-lang.in (objcp_OBJS): New variable.
491	(cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
492	objcp/objcp-act.o): Remove.
493
4942008-03-07  Paolo Bonzini  <bonzini@gnu.org>
495
496	Revert:
497
498	2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
499		    Douglas Gregor  <doug.gregor@gmail.com>
500
501	PR bootstrap/35115
502	* objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
503
5042008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
505	    Douglas Gregor  <doug.gregor@gmail.com>
506
507	PR bootstrap/35115
508	* objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
509
5102008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
511
512	PR other/35107
513	* Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
514
5152007-08-02  Nick Clifton  <nickc@redhat.com>
516
517	* Make-lang.in: Change copyright header to refer to version 3 of
518	the GNU General Public License and to point readers at the
519	COPYING3 file and the FSF's license web page.
520	* lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
521	objcp-lang.c: Likewise.
522
5232007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
524
525	* Make-lang.in: Add dummy lang.install-pdf target.
526
5272006-10-23  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
528
529	* objcp-decl.h (objcp_builtin_function): Remove.
530
5312006-10-10  Brooks Moses  <bmoses@stanford.edu>
532
533	* Make-lang.in: Added empty "obj-c++.pdf" target.
534
5352006-08-20  Mark Mitchell  <mark@codesourcery.com>
536
537	* objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
538	tsubst_copy_and_build.
539
5402006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
541
542	* Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
543
5442006-07-03  Paolo Bonzini  <bonzini@gnu.org>
545
546	PR other/27063
547	* config-lang.in: Add subdir_requires.
548
5492006-06-30  Jason Merrill  <jason@redhat.com>
550
551	* objcp-decl.c (objcp_start_struct): Pass null attributes argument
552	to begin_class_definition.
553
5542006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
555
556	* Make-lang.in (objcp/objcp-decl.o): Add dependency on
557	$(TARGET_H).
558
5592006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
560
561	* Make-lang.in (OBJ-C++): Remove
562	(.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
563
5642005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
565
566	* Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
567
5682005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
569
570	* Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
571
5722005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
573
574	* Make-lang.in: Remove all dependencies on s-gtype.
575
5762005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
577
578	* objcp-decl.c (objcp_lookup_name): Remove.
579	* objcp-decl.h (objcp_lookup_name): Delete.
580	(lookup_name): Kill define.
581
5822005-09-11  Richard Henderson  <rth@redhat.com>
583
584	* objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
585
5862005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
587
588	* config-lang.in (gtfiles): Add cp-objcp-common.c.
589	* objcp-lang.c (objcxx_init_ts): New function.
590	(LANG_HOOKS_INIT_TS): Define.
591
5922005-07-03  Kazu Hirata  <kazu@codesourcery.com>
593
594	* Make-lang.in (cc1plus-checksum.c): Use
595	build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
596
5972005-06-30  Zack Weinberg  <zack@codesourcery.com>
598	    Jakub Jelinek  <jakub@redhat.com>
599
600	* objcp-lang.c: No need to include cxx-pretty-print.h.
601	* Make-lang.in: Update dependencies.
602
6032005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
604
605	* all files: Update FSF in copyright headers.
606
6072005-06-20  Ziemowit Laski  <zlaski@apple.com>
608
609	* config-lang.in (gtfiles): Add cp/rtti.c.
610
6112005-05-24  Ziemowit Laski  <zlaski@apple.com>
612
613	* objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
614	call to xref_tag().
615	(objcp_build_component_ref): Remove function.
616	* objcp-decl.h (objcp_build_component_ref): Remove prototype.
617	(build_component_ref): Remove macro.
618	* objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
619
6202005-05-18  Geoffrey Keating  <geoffk@apple.com>
621
622	* Make-lang.in (cc1objplus-dummy): New.
623	(cc1objplus-checksum.c): New.
624	(cc1objplus-checksum.o): New.
625	(cc1objplus): Add cc1objplus-checksum.o.
626
6272005-05-17  Ziemowit Laski  <zlaski@apple.com>
628	    Mike Stump  <mrs@apple.com>
629
630	Yet more Objective-C++...
631
632	* Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
633	(objcp/objcp-decl.o): Likewise.
634	(objcp/objcp-act.o): Likewise.
635	* objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
636
6372005-04-21  Ziemowit Laski  <zlaski@apple.com>
638	    Mike Stump  <mrs@apple.com>
639
640	* ChangeLog: New.
641	* Make-lang.in: Likewise.
642	* config-lang.in: Likewise.
643	* lang-specs.h: Likewise.
644	* objcp-decl.c: Likewise.
645	* objcp-decl.h: Likewise.
646	* objcp-lang.c: Likewise.
647
648
649Copyright (C) 2005-2022 Free Software Foundation, Inc.
650
651Copying and distribution of this file, with or without modification,
652are permitted in any medium without royalty provided the copyright
653notice and this notice are preserved.
654