Use int64 on time and clock for x32
[official-gcc.git] / gcc / objcp / ChangeLog
blobaf4e4b3f49d2de3c250b6662312336e5c429463d
1 2013-09-25  Tom Tromey  <tromey@redhat.com>
3         * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
4         (objcp/objcp-lang.o, objcp/objcp-decl.o
5         (objcp/objc-runtime-shared-support.o)
6         (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
7         (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
8         (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
9         POSTCOMPILE.  Remove explicit dependencies.
11 2013-05-16  Jason Merrill  <jason@redhat.com>
13         * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
15 2012-06-02  Jason Merrill  <jason@redhat.com>
17         * objcp-decl.c (objcp_start_struct): Adjust for change in
18         begin_class_definition prototype.
20 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
22         * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
23         (objcp/objc-map.o): New rule.
24         (objcp/objcp-act.o): Depend on objc/objc-map.h.
25         * config-lang.in (gtfiles): Added objc-map.h.
27 2011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
29         * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
30         depend on OBSTACK_H.
31         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
32         (objcp/objc-next-runtime-abi-01.o): Likewise.
33         (objcp/objc-next-runtime-abi-02.o): Likewise.
34         (objcp/objcp-act.o): Likewise.
36 2011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
38         * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
39         (objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
40         (objcp/objcp-decl.o): Reordered dependencies.
41         (objcp/objc-runtime-shared-support.o): Reordered dependencies.
42         Updated them to be identical to the corresponding new objc/ ones,
43         with the addition of objcp-decl.h.
44         (objcp/objc-runtime-shared-support.o): Likewise.
45         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
46         (objcp/objc-next-runtime-abi-01.o): Likewise.
47         (objcp/objc-next-runtime-abi-02.o): Likewise.
48         (objcp/objcp-act.o): Reordered dependencies.  Added dependency on
49         objc-encoding.h.
50         (objcp/objc-encoding.o): New rule.
51         
52 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
54         * objcp-decl.c (objcp_finish_struct): Use
55         objc_detect_field_duplicates instead of having a local
56         implementation.
58 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
60         * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
61         cp_common_init_ts.
63 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
65         PR bootstrap/48167
66         * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
67         CXX_PRETTY_PRINT_H.
68         * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
69         so that it is more obvious that it is identical to the C++ one
70         with the addition of some files at the end.
71         
72 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
74         * lang-specs.h: Match -save-temps* instead of -save-temps.
76 2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
78         PR objc++/47711
79         * config-lang.in (gtfiles): Updated list.
81 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
83         * Make-lang.in (START_HDRS): New.
84         (OBJCXX_OBJS): Added new object files from objc/.
85         (objcp/objcp-act.o): Updated prerequisites.
86         (objcp/objcp-lang.o): Updated prerequisites.
87         (objcp/objc-runtime-shared-support.o): New.
88         (objcp/objc-gnu-runtime-abi-01.o): New.
89         (objcp/objc-next-runtime-abi-01.o): New.
90         (objcp/objc-next-runtime-abi-02.o): New.
91         * config-lang.in (gtfiles): Updated.
92         * objcp-lang.c (objcxx_eh_personality): Removed.
93         (LANG_HOOKS_EH_PERSONALITY): Removed.
94         (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
95         (objcp_eh_personality_decl): Removed.
96         
97 2011-02-07  Mike Stump  <mikestump@comcast.net>
99         * Make-lang.in (obj-c++.tags): Don't include *.y.
101 2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
103         * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
104         objc_finish_message_expr.
106 2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
108         * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
110 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
112         * config-lang.in (gtfiles): Added c-family/c-objc.h.
113         * Make-lang.in (objcp/objcp-act.o): Depend on
114         c-family/c-objc.h.
115         (objcp/objcp-lang.o): Same change.
116         (objcp/objcp-decl.o): Same change.
117         * objcp-lang.c: Include c-family/c-objc.h.
118         * objcp-decl.c: Same change.
120 2010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
122         PR objc/24358
123         * lang-specs.h: Print a deprecation note every time
124         objc++-cpp-output is requested.
126 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
128         * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
130 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
132         * objcp-lang.c (finish_file): Removed.
134 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
136         merge from FSF apple 'trunk' branch. 
137         2006 Fariborz Jahanian <fjahanian@apple.com>
138         
139         Radars 4436866, 4505126, 4506903, 4517826
140         * objcp-lang.c (objcxx_init_ts): Update for property_decl.
142 2010-10-13  Richard Henderson  <rth@redhat.com>
144         * objcp-lang.c (objcxx_eh_personality): Update call to
145         build_personality_function.
147 2010-10-11  Andi Kleen  <ak@linux.intel.com>
149         * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
150         name.
152 2010-10-07  Andi Kleen  <ak@linux.intel.com>
154         * Make-lang.in (cc1objplus-dummy): Remove.
155         (cc1objplus-checksum): Change to run checksum over object files
156         and options only.
158 2010-10-04  Andi Kleen <ak@linux.intel.com>
160         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
162 2010-09-28  Richard Henderson  <rth@redhat.com>
164         * objcp-lang.c: Include "target.h".
165         (objcxx_eh_personality): Use targetm.except_unwind_info.
166         * Make-lang.in (objcp-lang.o): Update deps.
168 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
170         PR objc/25965   
171         * objcp-decl.c (objcp_finish_struct): Call
172         objc_get_interface_ivars() and check for duplicate ivars.
174 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
176         * objcp-lang.c: Do not include except.h.
177         * Make-lang.in: Update dependencies.
179 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
181         * lang-specs.h: Remove +e handling.
183 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
185         * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
186         allocation.
188 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
190         * objcp-lang.c: Update include path for moved files.
191         * config-lang.in: Update paths in gtfiles for files in c-family/.
193 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
195         * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
196         flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
197         and target.h.
198         * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
199         and debug.h.  Explain why except.h has to be included.
200         * Make-lang.in: Update dependencies.
202 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
204         * objcp-decl.c: Do not include varray.h.
206 2009-09-22  Richard Guenther  <rguenther@suse.de>
208         PR objc++/41430
209         * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
210         * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
211         (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
212         (objcxx_eh_personality): New function.
214 2009-09-03  Diego Novillo  <dnovillo@google.com>
216         * objcp-lang.c (lang_hooks): Remove const qualifier.
218 2009-07-14  Taras Glek  <tglek@mozilla.com>
219             Rafael Espindola  <espindola@google.com>
221         * Make-lang.in (obj-c.install-plugin): New target for
222         installing plugin headers.
224 2009-06-19  Ian Lance Taylor  <iant@google.com>
226         * objcp-decl.h (start_struct): Remove in_struct and struct_types
227         parameters.  Add struct_info parameter.
228         (finish_struct): Likewise.
230 2009-06-13  Aldy Hernandez  <aldyh@redhat.com>
232         * objcp-decl.h (start_struct): Add location argument.
233         (finish_struct): Same.
234         (finish_decl): New.
236 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
238         * objcp-decl.h (c_end_compound_stmt): New argument.
239         * objcp-decl.c (objcp_start_struct): Add argument.
240         (objcp_finish_struct): Same.
242 2009-06-03  Ian Lance Taylor  <iant@google.com>
244         * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
245         and $(SYSTEM_H).
247 2009-05-27  Ian Lance Taylor  <iant@google.com>
249         * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
250         $(LINKER).
251         (cc1objplus$(exeext)): Likewise.
253 2009-05-26  Ian Lance Taylor  <iant@google.com>
255         * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
256         (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
258 2009-05-10  Ian Lance Taylor  <iant@google.com>
260         * objcp-decl.h (start_struct): Add three new, ignored, macro
261         parameters.
262         (finish_struct): Add two new, ignored, macro parameters.
264 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
266         * ChangeLog: Add copyright and license notices.
268 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
270         PR bootstrap/38262
271         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
272         remove GMPLIBS.
274 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
276         PR objc/37460
277         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
279 2008-04-03  Tom Tromey  <tromey@redhat.com>
281         * Make-lang.in (obj-c++_OBJS): New variable.
283 2008-03-27  Tom Tromey  <tromey@redhat.com>
285         * Make-lang.in: Revert automatic dependency patch.
287 2008-03-25  Tom Tromey  <tromey@redhat.com>
289         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
290         (objcp/objcp-act.o): Restore target.
292 2008-03-25  Tom Tromey  <tromey@redhat.com>
294         * Make-lang.in (objcp_OBJS): New variable.
295         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
296         objcp/objcp-act.o): Remove.
298 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
300         Revert:
302         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
303                     Douglas Gregor  <doug.gregor@gmail.com>
305         PR bootstrap/35115
306         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
308 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
309             Douglas Gregor  <doug.gregor@gmail.com>
311         PR bootstrap/35115
312         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
314 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
316         PR other/35107
317         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
319 2007-08-02  Nick Clifton  <nickc@redhat.com>
321         * Make-lang.in: Change copyright header to refer to version 3 of
322         the GNU General Public License and to point readers at the
323         COPYING3 file and the FSF's license web page.
324         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
325         objcp-lang.c: Likewise.
327 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
329         * Make-lang.in: Add dummy lang.install-pdf target.
331 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
333         * objcp-decl.h (objcp_builtin_function): Remove.
335 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
337         * Make-lang.in: Added empty "obj-c++.pdf" target.
339 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
341         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
342         tsubst_copy_and_build.
344 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
346         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
348 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
350         PR other/27063
351         * config-lang.in: Add subdir_requires.
353 2006-06-30  Jason Merrill  <jason@redhat.com>
355         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
356         to begin_class_definition.
358 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
360         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
361         $(TARGET_H).
363 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
365         * Make-lang.in (OBJ-C++): Remove
366         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
368 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
370         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
372 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
374         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
376 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
378         * Make-lang.in: Remove all dependencies on s-gtype.
380 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
382         * objcp-decl.c (objcp_lookup_name): Remove.
383         * objcp-decl.h (objcp_lookup_name): Delete.
384         (lookup_name): Kill define.
386 2005-09-11  Richard Henderson  <rth@redhat.com>
388         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
390 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
392         * config-lang.in (gtfiles): Add cp-objcp-common.c.
393         * objcp-lang.c (objcxx_init_ts): New function.
394         (LANG_HOOKS_INIT_TS): Define.
396 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
398         * Make-lang.in (cc1plus-checksum.c): Use
399         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
401 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
402             Jakub Jelinek  <jakub@redhat.com>
404         * objcp-lang.c: No need to include cxx-pretty-print.h.
405         * Make-lang.in: Update dependencies.
407 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
409         * all files: Update FSF in copyright headers.
411 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
413         * config-lang.in (gtfiles): Add cp/rtti.c.
415 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
417         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
418         call to xref_tag().
419         (objcp_build_component_ref): Remove function.
420         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
421         (build_component_ref): Remove macro.
422         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
424 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
426         * Make-lang.in (cc1objplus-dummy): New.
427         (cc1objplus-checksum.c): New.
428         (cc1objplus-checksum.o): New.
429         (cc1objplus): Add cc1objplus-checksum.o.
431 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
432             Mike Stump  <mrs@apple.com>
434         Yet more Objective-C++...
435         
436         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
437         (objcp/objcp-decl.o): Likewise.
438         (objcp/objcp-act.o): Likewise.
439         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
441 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
442             Mike Stump  <mrs@apple.com>
444         * ChangeLog: New.
445         * Make-lang.in: Likewise.
446         * config-lang.in: Likewise.
447         * lang-specs.h: Likewise.
448         * objcp-decl.c: Likewise.
449         * objcp-decl.h: Likewise.
450         * objcp-lang.c: Likewise.
453 Copyright (C) 2005-2013 Free Software Foundation, Inc.
455 Copying and distribution of this file, with or without modification,
456 are permitted in any medium without royalty provided the copyright
457 notice and this notice are preserved.