]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/objcp/ChangeLog
Update copyright years.
[thirdparty/gcc.git] / gcc / objcp / ChangeLog
CommitLineData
85ec4feb
JJ
12018-01-03 Jakub Jelinek <jakub@redhat.com>
2
3 Update copyright years.
4
d4360477
NS
52017-07-03 Nathan Sidwell <nathan@acm.org>
6
7 * config-lang.in: Source cp/config-lang.in, sort objc++ gtfiles list.
8
fb3a2657
NS
92017-06-02 Nathan Sidwell <nathan@acm.org>
10
11 * objcp-decl.h (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Use lang_type.
12 (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use it. Don't set
13 u.c.h.is_lang_type_class.
14
cbe34bb5
JJ
152017-01-01 Jakub Jelinek <jakub@redhat.com>
16
17 Update copyright years.
18
818ab71a
JJ
192016-01-04 Jakub Jelinek <jakub@redhat.com>
20
21 Update copyright years.
22
cda0a029
JM
232015-11-13 Jason Merrill <jason@redhat.com>
24
25 * config-lang.in (gtfiles): Add cp-gimplify.c.
26
69f293c9
AM
272015-11-11 Andrew MacLeod <amacleod@redhat.com>
28
29 * objcp-decl.c: Remove unused header files.
30 * objcp-lang.c: Likewise.
31
2adfab87
AM
322015-10-29 Andrew MacLeod <amacleod@redhat.com>
33
34 * objcp-decl.c: Reorder #include's and remove duplicates.
35 * objcp-lang.c: Likewise.
36
c7131fb2
AM
372015-07-07 Andrew MacLeod <amacleod@redhat.com>
38
39 * objcp-decl.c: Adjust includes.
40 * objcp-lang.c: Likewise.
41
abb226c9
AM
422015-06-17 Andrew MacLeod <amacleod@redhat.com>
43
44 * objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
45 * objcp-lang.c: Likewise.
46
13fdf2e2
AM
472015-06-08 Andrew MacLeod <amacleod@redhat.com>
48
49 * objcp-decl.c : Adjust include files.
50 * objcp-lang.c : Likewise.
51
ecb9f223
AM
522015-06-04 Andrew MacLeod <amacleod@redhat.com>
53
54 * objcp-decl.c: Adjust includes for restructured coretypes.h.
55 * objcp-lang.c: Likewise.
56
46bf0b0a
JW
572015-04-27 Jim Wilson <jim.wilson@linaro.org>
58
59 * Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
60
adfac8df
JJ
612015-01-09 Michael Collison <michael.collison@linaro.org>
62
63 * objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
64 input.h, alias.h, symtab.h, options, fold-const.h,
65 wide-int.h, and inchash.h due to flattening of tree.h.
66 * objcp-lang.c: Ditto.
67
0d391d25
IS
682014-12-31 Iain Sandoe <iain@codesourcery.com>
69
70 * config-lang.in (gtfiles): Update list.
71
766090c2
TS
722014-05-17 Trevor Saunders <tsaunders@mozilla.com>
73
74 * objcp-decl.h: Adjust.
75
9dba4b55
PC
762014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
77
78 * objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
79 TYPE_IDENTIFIER.
80
23a5b65a
RS
812014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
82
83 Update copyright years
84
694e859a
TT
852013-09-25 Tom Tromey <tromey@redhat.com>
86
87 * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
88 (objcp/objcp-lang.o, objcp/objcp-decl.o
89 (objcp/objc-runtime-shared-support.o)
90 (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
91 (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
92 (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
93 POSTCOMPILE. Remove explicit dependencies.
94
427b248d
JM
952013-05-16 Jason Merrill <jason@redhat.com>
96
97 * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
98
e3c888eb
JM
992012-06-02 Jason Merrill <jason@redhat.com>
100
101 * objcp-decl.c (objcp_start_struct): Adjust for change in
102 begin_class_definition prototype.
103
3cc2dd4b
NP
1042011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>
105
106 * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
107 (objcp/objc-map.o): New rule.
108 (objcp/objcp-act.o): Depend on objc/objc-map.h.
109 * config-lang.in (gtfiles): Added objc-map.h.
110
a8f18c40
NP
1112011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>
112
113 * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
114 depend on OBSTACK_H.
115 (objcp/objc-gnu-runtime-abi-01.o): Likewise.
116 (objcp/objc-next-runtime-abi-01.o): Likewise.
117 (objcp/objc-next-runtime-abi-02.o): Likewise.
118 (objcp/objcp-act.o): Likewise.
119
f027ee7c
NP
1202011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>
121
122 * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
123 (objcp/objcp-lang.o): Reordered dependencies. Depend on GGC_H.
124 (objcp/objcp-decl.o): Reordered dependencies.
125 (objcp/objc-runtime-shared-support.o): Reordered dependencies.
126 Updated them to be identical to the corresponding new objc/ ones,
127 with the addition of objcp-decl.h.
128 (objcp/objc-runtime-shared-support.o): Likewise.
129 (objcp/objc-gnu-runtime-abi-01.o): Likewise.
130 (objcp/objc-next-runtime-abi-01.o): Likewise.
131 (objcp/objc-next-runtime-abi-02.o): Likewise.
132 (objcp/objcp-act.o): Reordered dependencies. Added dependency on
133 objc-encoding.h.
134 (objcp/objc-encoding.o): New rule.
135
0dc33c3c
NP
1362011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
137
138 * objcp-decl.c (objcp_finish_struct): Use
139 objc_detect_field_duplicates instead of having a local
140 implementation.
141
81f653d6
NF
1422011-04-12 Nathan Froyd <froydnj@codesourcery.com>
143
144 * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
145 cp_common_init_ts.
146
7e84ad0b
NP
1472011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
148
149 PR bootstrap/48167
150 * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
151 CXX_PRETTY_PRINT_H.
152 * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
153 so that it is more obvious that it is identical to the C++ one
154 with the addition of some files at the end.
155
787a8c0f
JM
1562011-03-06 Joseph Myers <joseph@codesourcery.com>
157
158 * lang-specs.h: Match -save-temps* instead of -save-temps.
159
67ad6c82
NP
1602011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
161
162 PR objc++/47711
163 * config-lang.in (gtfiles): Updated list.
164
d764a8e6
IS
1652011-02-17 Iain Sandoe <iains@gcc.gnu.org>
166
167 * Make-lang.in (START_HDRS): New.
168 (OBJCXX_OBJS): Added new object files from objc/.
169 (objcp/objcp-act.o): Updated prerequisites.
170 (objcp/objcp-lang.o): Updated prerequisites.
171 (objcp/objc-runtime-shared-support.o): New.
172 (objcp/objc-gnu-runtime-abi-01.o): New.
173 (objcp/objc-next-runtime-abi-01.o): New.
174 (objcp/objc-next-runtime-abi-02.o): New.
175 * config-lang.in (gtfiles): Updated.
176 * objcp-lang.c (objcxx_eh_personality): Removed.
177 (LANG_HOOKS_EH_PERSONALITY): Removed.
178 (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
179 (objcp_eh_personality_decl): Removed.
180
24780fe1
MS
1812011-02-07 Mike Stump <mikestump@comcast.net>
182
183 * Make-lang.in (obj-c++.tags): Don't include *.y.
184
b4f588c4
NP
1852010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
186
187 * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
188 objc_finish_message_expr.
189
b992d9b0
NP
1902010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
191
192 * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
193
61d3ce20
NP
1942010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
195
196 * config-lang.in (gtfiles): Added c-family/c-objc.h.
197 * Make-lang.in (objcp/objcp-act.o): Depend on
198 c-family/c-objc.h.
199 (objcp/objcp-lang.o): Same change.
200 (objcp/objcp-decl.o): Same change.
201 * objcp-lang.c: Include c-family/c-objc.h.
202 * objcp-decl.c: Same change.
203
59a09598
NP
2042010-11-23 Nicola Pero <nicola.pero@meta-innovation.com>
205
206 PR objc/24358
207 * lang-specs.h: Print a deprecation note every time
208 objc++-cpp-output is requested.
209
be8cf3b5
NP
2102010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
211
212 * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
213
977e30bc
NP
2142010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
215
216 * objcp-lang.c (finish_file): Removed.
217
668ea4b1
IS
2182010-10-14 Iain Sandoe <iains@gcc.gnu.org>
219
220 merge from FSF apple 'trunk' branch.
3f8257db 221 2006 Fariborz Jahanian <fjahanian@apple.com>
668ea4b1
IS
222
223 Radars 4436866, 4505126, 4506903, 4517826
224 * objcp-lang.c (objcxx_init_ts): Update for property_decl.
225
bde8a146
RH
2262010-10-13 Richard Henderson <rth@redhat.com>
227
228 * objcp-lang.c (objcxx_eh_personality): Update call to
229 build_personality_function.
230
3414bf53
AK
2312010-10-11 Andi Kleen <ak@linux.intel.com>
232
233 * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
234 name.
235
d6d5951a
AK
2362010-10-07 Andi Kleen <ak@linux.intel.com>
237
238 * Make-lang.in (cc1objplus-dummy): Remove.
239 (cc1objplus-checksum): Change to run checksum over object files
240 and options only.
241
3f8257db 2422010-10-04 Andi Kleen <ak@linux.intel.com>
a90163e9
AK
243
244 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
245
f0a0390e
RH
2462010-09-28 Richard Henderson <rth@redhat.com>
247
248 * objcp-lang.c: Include "target.h".
249 (objcxx_eh_personality): Use targetm.except_unwind_info.
250 * Make-lang.in (objcp-lang.o): Update deps.
251
c0c24aa4
NP
2522010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
253
254 PR objc/25965
255 * objcp-decl.c (objcp_finish_struct): Call
256 objc_get_interface_ivars() and check for duplicate ivars.
257
3b06d379
SB
2582010-06-28 Steven Bosscher <steven@gcc.gnu.org>
259
260 * objcp-lang.c: Do not include except.h.
261 * Make-lang.in: Update dependencies.
262
418f840c
JM
2632010-06-25 Joseph Myers <joseph@codesourcery.com>
264
265 * lang-specs.h: Remove +e handling.
266
a9429e29
LB
2672010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
268
269 * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
270 allocation.
271
39dabefd
SB
2722010-06-05 Steven Bosscher <steven@gcc.gnu.org>
273
274 * objcp-lang.c: Update include path for moved files.
275 * config-lang.in: Update paths in gtfiles for files in c-family/.
276
245763e3
SB
2772010-05-25 Steven Bosscher <steven@gcc.gnu.org>
278
279 * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
280 flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
281 and target.h.
282 * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
283 and debug.h. Explain why except.h has to be included.
284 * Make-lang.in: Update dependencies.
285
9aae8d16
SB
2862010-04-30 Steven Bosscher <steven@gcc.gnu.org>
287
288 * objcp-decl.c: Do not include varray.h.
289
cf76ef1a
RG
2902009-09-22 Richard Guenther <rguenther@suse.de>
291
292 PR objc++/41430
293 * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
294 * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
295 (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
296 (objcxx_eh_personality): New function.
297
4537ec0c
DN
2982009-09-03 Diego Novillo <dnovillo@google.com>
299
300 * objcp-lang.c (lang_hooks): Remove const qualifier.
301
2a4c0366
TG
3022009-07-14 Taras Glek <tglek@mozilla.com>
303 Rafael Espindola <espindola@google.com>
304
305 * Make-lang.in (obj-c.install-plugin): New target for
306 installing plugin headers.
307
dc491a25
ILT
3082009-06-19 Ian Lance Taylor <iant@google.com>
309
310 * objcp-decl.h (start_struct): Remove in_struct and struct_types
311 parameters. Add struct_info parameter.
312 (finish_struct): Likewise.
313
4b29c5e5
AH
3142009-06-13 Aldy Hernandez <aldyh@redhat.com>
315
316 * objcp-decl.h (start_struct): Add location argument.
317 (finish_struct): Same.
318 (finish_decl): New.
319
c2255bc4
AH
3202009-06-12 Aldy Hernandez <aldyh@redhat.com>
321
322 * objcp-decl.h (c_end_compound_stmt): New argument.
323 * objcp-decl.c (objcp_start_struct): Add argument.
324 (objcp_finish_struct): Same.
325
6bc7bc14
ILT
3262009-06-03 Ian Lance Taylor <iant@google.com>
327
328 * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
329 and $(SYSTEM_H).
330
c607156f
ILT
3312009-05-27 Ian Lance Taylor <iant@google.com>
332
333 * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
334 $(LINKER).
335 (cc1objplus$(exeext)): Likewise.
336
7980bfb8
ILT
3372009-05-26 Ian Lance Taylor <iant@google.com>
338
339 * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
340 (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
341
24b97832
ILT
3422009-05-10 Ian Lance Taylor <iant@google.com>
343
344 * objcp-decl.h (start_struct): Add three new, ignored, macro
345 parameters.
346 (finish_struct): Add two new, ignored, macro parameters.
347
ad41bd84
JM
3482009-04-21 Joseph Myers <joseph@codesourcery.com>
349
350 * ChangeLog: Add copyright and license notices.
351
9ff4a9da 3522008-12-05 Sebastian Pop <sebastian.pop@amd.com>
250d2fb5
JJ
353
354 PR bootstrap/38262
355 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
356 remove GMPLIBS.
357
2700cb86
AP
3582008-09-17 Andrew Pinski <andrew_pinski@playstation.sony.com>
359
360 PR objc/37460
361 * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
362
6cba282a
TT
3632008-04-03 Tom Tromey <tromey@redhat.com>
364
365 * Make-lang.in (obj-c++_OBJS): New variable.
366
e980df8e
TT
3672008-03-27 Tom Tromey <tromey@redhat.com>
368
369 * Make-lang.in: Revert automatic dependency patch.
370
e1f447a8
TT
3712008-03-25 Tom Tromey <tromey@redhat.com>
372
373 * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
374 (objcp/objcp-act.o): Restore target.
375
2fe3178b
TT
3762008-03-25 Tom Tromey <tromey@redhat.com>
377
378 * Make-lang.in (objcp_OBJS): New variable.
379 (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
380 objcp/objcp-act.o): Remove.
381
96d84882
PB
3822008-03-07 Paolo Bonzini <bonzini@gnu.org>
383
384 Revert:
385
386 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
387 Douglas Gregor <doug.gregor@gmail.com>
388
389 PR bootstrap/35115
390 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
391
083e9416
AT
3922008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
393 Douglas Gregor <doug.gregor@gmail.com>
394
395 PR bootstrap/35115
396 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
397
72fb133f
KG
3982008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
399
400 PR other/35107
401 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
402
af84f9c5
NC
4032007-08-02 Nick Clifton <nickc@redhat.com>
404
405 * Make-lang.in: Change copyright header to refer to version 3 of
406 the GNU General Public License and to point readers at the
407 COPYING3 file and the FSF's license web page.
408 * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
409 objcp-lang.c: Likewise.
410
5fbc6266
BM
4112007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
412
413 * Make-lang.in: Add dummy lang.install-pdf target.
414
719bb4e3 4152006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
c79efc4d
RÁE
416
417 * objcp-decl.h (objcp_builtin_function): Remove.
418
b5422ad7
BM
4192006-10-10 Brooks Moses <bmoses@stanford.edu>
420
421 * Make-lang.in: Added empty "obj-c++.pdf" target.
422
015c2c66
MM
4232006-08-20 Mark Mitchell <mark@codesourcery.com>
424
425 * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
426 tsubst_copy_and_build.
427
48779194
VR
4282006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
429
430 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
431
1546bb64
PB
4322006-07-03 Paolo Bonzini <bonzini@gnu.org>
433
434 PR other/27063
435 * config-lang.in: Add subdir_requires.
436
1d737af9
JM
4372006-06-30 Jason Merrill <jason@redhat.com>
438
439 * objcp-decl.c (objcp_start_struct): Pass null attributes argument
440 to begin_class_definition.
441
05b44921
L
4422006-05-14 H.J. Lu <hongjiu.lu@intel.com>
443
444 * Make-lang.in (objcp/objcp-decl.o): Add dependency on
445 $(TARGET_H).
446
3f8257db 4472006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
05b44921 448
9d29a5b7
RE
449 * Make-lang.in (OBJ-C++): Remove
450 (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
451
6f93378c
AP
4522005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
453
454 * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
455
719bb4e3 4562005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
bd97af06
RÁE
457
458 * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
459
719bb4e3 4602005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2f4d2d18
AM
461
462 * Make-lang.in: Remove all dependencies on s-gtype.
463
1c991891
AP
4642005-11-22 Andrew Pinski <pinskia@physics.uc.edu>
465
466 * objcp-decl.c (objcp_lookup_name): Remove.
467 * objcp-decl.h (objcp_lookup_name): Delete.
468 (lookup_name): Kill define.
469
7928df2e
RH
4702005-09-11 Richard Henderson <rth@redhat.com>
471
472 * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
473
3ed8593d
AP
4742005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
475
476 * config-lang.in (gtfiles): Add cp-objcp-common.c.
477 * objcp-lang.c (objcxx_init_ts): New function.
478 (LANG_HOOKS_INIT_TS): Define.
479
f726bf47
KH
4802005-07-03 Kazu Hirata <kazu@codesourcery.com>
481
482 * Make-lang.in (cc1plus-checksum.c): Use
483 build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
484
39ce81c9
ZW
4852005-06-30 Zack Weinberg <zack@codesourcery.com>
486 Jakub Jelinek <jakub@redhat.com>
487
488 * objcp-lang.c: No need to include cxx-pretty-print.h.
489 * Make-lang.in: Update dependencies.
490
f12c30a8
KC
4912005-06-25 Kelley Cook <kcook@gcc.gnu.org>
492
493 * all files: Update FSF in copyright headers.
494
d5abf34d
ZL
4952005-06-20 Ziemowit Laski <zlaski@apple.com>
496
497 * config-lang.in (gtfiles): Add cp/rtti.c.
498
18d311d8
ZL
4992005-05-24 Ziemowit Laski <zlaski@apple.com>
500
501 * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
502 call to xref_tag().
503 (objcp_build_component_ref): Remove function.
504 * objcp-decl.h (objcp_build_component_ref): Remove prototype.
505 (build_component_ref): Remove macro.
506 * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
507
3fd30b88
GK
5082005-05-18 Geoffrey Keating <geoffk@apple.com>
509
510 * Make-lang.in (cc1objplus-dummy): New.
511 (cc1objplus-checksum.c): New.
512 (cc1objplus-checksum.o): New.
513 (cc1objplus): Add cc1objplus-checksum.o.
514
210f12a7
ZL
5152005-05-17 Ziemowit Laski <zlaski@apple.com>
516 Mike Stump <mrs@apple.com>
98273e5a
ZL
517
518 Yet more Objective-C++...
519
520 * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
521 (objcp/objcp-decl.o): Likewise.
522 (objcp/objcp-act.o): Likewise.
523 * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
524
210f12a7
ZL
5252005-04-21 Ziemowit Laski <zlaski@apple.com>
526 Mike Stump <mrs@apple.com>
b2e61dde
MS
527
528 * ChangeLog: New.
529 * Make-lang.in: Likewise.
530 * config-lang.in: Likewise.
531 * lang-specs.h: Likewise.
532 * objcp-decl.c: Likewise.
533 * objcp-decl.h: Likewise.
534 * objcp-lang.c: Likewise.
ad41bd84
JM
535
536\f
85ec4feb 537Copyright (C) 2005-2018 Free Software Foundation, Inc.
ad41bd84
JM
538
539Copying and distribution of this file, with or without modification,
540are permitted in any medium without royalty provided the copyright
541notice and this notice are preserved.