OSDN Git Service

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