OSDN Git Service

2009-04-17 Rafael Avila de Espindola <espindola@google.com>
[pf3gnuchains/gcc-fork.git] / gcc / objcp / ChangeLog
1 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
2
3         PR bootstrap/38262
4         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
5         remove GMPLIBS.
6
7 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8
9         PR objc/37460
10         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
11
12 2008-04-03  Tom Tromey  <tromey@redhat.com>
13
14         * Make-lang.in (obj-c++_OBJS): New variable.
15
16 2008-03-27  Tom Tromey  <tromey@redhat.com>
17
18         * Make-lang.in: Revert automatic dependency patch.
19
20 2008-03-25  Tom Tromey  <tromey@redhat.com>
21
22         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
23         (objcp/objcp-act.o): Restore target.
24
25 2008-03-25  Tom Tromey  <tromey@redhat.com>
26
27         * Make-lang.in (objcp_OBJS): New variable.
28         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
29         objcp/objcp-act.o): Remove.
30
31 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
32
33         Revert:
34
35         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
36                     Douglas Gregor  <doug.gregor@gmail.com>
37  
38         PR bootstrap/35115
39         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
40
41 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
42             Douglas Gregor  <doug.gregor@gmail.com>
43  
44         PR bootstrap/35115
45         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
46
47 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
48
49         PR other/35107
50         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
51
52 2007-08-02  Nick Clifton  <nickc@redhat.com>
53
54         * Make-lang.in: Change copyright header to refer to version 3 of
55         the GNU General Public License and to point readers at the
56         COPYING3 file and the FSF's license web page.
57         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
58         objcp-lang.c: Likewise.
59
60 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
61
62         * Make-lang.in: Add dummy lang.install-pdf target.
63
64 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
65
66         * objcp-decl.h (objcp_builtin_function): Remove.
67
68 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
69
70         * Make-lang.in: Added empty "obj-c++.pdf" target.
71
72 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
73
74         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
75         tsubst_copy_and_build.
76
77 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
78
79         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
80
81 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
82
83         PR other/27063
84         * config-lang.in: Add subdir_requires.
85
86 2006-06-30  Jason Merrill  <jason@redhat.com>
87
88         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
89         to begin_class_definition.
90
91 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
92
93         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
94         $(TARGET_H).
95
96 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
97
98         * Make-lang.in (OBJ-C++): Remove
99         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
100
101 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
102
103         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
104
105 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
106
107         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
108
109 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
110
111         * Make-lang.in: Remove all dependencies on s-gtype.
112
113 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
114
115         * objcp-decl.c (objcp_lookup_name): Remove.
116         * objcp-decl.h (objcp_lookup_name): Delete.
117         (lookup_name): Kill define.
118
119 2005-09-11  Richard Henderson  <rth@redhat.com>
120
121         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
122
123 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
124
125         * config-lang.in (gtfiles): Add cp-objcp-common.c.
126         * objcp-lang.c (objcxx_init_ts): New function.
127         (LANG_HOOKS_INIT_TS): Define.
128
129 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
130
131         * Make-lang.in (cc1plus-checksum.c): Use
132         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
133
134 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
135             Jakub Jelinek  <jakub@redhat.com>
136
137         * objcp-lang.c: No need to include cxx-pretty-print.h.
138         * Make-lang.in: Update dependencies.
139
140 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
141
142         * all files: Update FSF in copyright headers.
143
144 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
145
146         * config-lang.in (gtfiles): Add cp/rtti.c.
147
148 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
149
150         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
151         call to xref_tag().
152         (objcp_build_component_ref): Remove function.
153         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
154         (build_component_ref): Remove macro.
155         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
156
157 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
158
159         * Make-lang.in (cc1objplus-dummy): New.
160         (cc1objplus-checksum.c): New.
161         (cc1objplus-checksum.o): New.
162         (cc1objplus): Add cc1objplus-checksum.o.
163
164 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
165             Mike Stump  <mrs@apple.com>
166
167         Yet more Objective-C++...
168         
169         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
170         (objcp/objcp-decl.o): Likewise.
171         (objcp/objcp-act.o): Likewise.
172         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
173
174 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
175             Mike Stump  <mrs@apple.com>
176
177         * ChangeLog: New.
178         * Make-lang.in: Likewise.
179         * config-lang.in: Likewise.
180         * lang-specs.h: Likewise.
181         * objcp-decl.c: Likewise.
182         * objcp-decl.h: Likewise.
183         * objcp-lang.c: Likewise.