]> gcc.gnu.org Git - gcc.git/blame - gcc/objc/ChangeLog
re PR objc/30479 (Precompiled headers don't seem to work with GNU ObjC)
[gcc.git] / gcc / objc / ChangeLog
CommitLineData
d2f9f9a6
AP
12007-01-20 Andrew Pinski <pinskia@gmail.com>
2
3 PR objc/30479
4 * objc-act.c (hash_interface): Use IDENTIFIER_HASH_VALUE instead
5 of htab_hash_pointer.
6 (lookup_interface): Likewise.
7 (add_class): Likewise.
8
06d40de8
DG
92007-01-02 Douglas Gregor <doug.gregor@gmail.com>
10
11 * objc-act.c (objc_build_volatilized_type): Keep track of
12 canonical types.
13 (objc_get_protocol_qualified_type): Ditto.
14
88852cb5
AT
152006-11-02 Andreas Tobler <a.tobler@schweiz.org>
16
17 * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
18 content where we called cp_finish_file.
19
c79efc4d
RÁE
202006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
21
22 * objc-act.c (synth_module_prologue): Replace calls to
23 builtin_function with add_builtin_function.
24 (build_next_objc_exception_stuff): Replace calls to
25 builtin_function with add_builtin_function.
26 (build_objc_exception_stuff): Replace calls to
27 builtin_function with add_builtin_function.
28
b5422ad7
BM
292006-10-10 Brooks Moses <bmoses@stanford.edu>
30
31 * Make-lang.in: Added empty "objc.pdf" target.
32
e91de072
AP
332006-09-26 Andrew Pinski <pinskia@physics.uc.edu>
34
35 PR objc/29195
36 * objc-act.c (objc_push_parm): If we change the type of the
37 decl, relayout the decl.
38
64ee9490
EC
392006-09-19 Eric Christopher <echristo@apple.com>
40
41 * objc-act.c (JBLEN): Rename to OBJC_JBLEN,
42 default to something innocuous.
43 (build_next_objc_exception_stuff): Rename JBLEN.
44
48779194
VR
452006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
46
47 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
48
7eb314dc
VR
492006-07-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
50
51 PR obj-c++/28434
52 * objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.
53
c713f9e4
MS
542006-06-06 Mike Stump <mrs@apple.com>
55
56 * objc-act.c: Remove prototype for objc_build_volatilized_type.
57
1fb34f17
MS
582006-05-24 Mike Stump <mrs@apple.com>
59
60 * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
61
b2072208
VR
622006-05-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
63
64 PR objc/27240
65 * objc-act.c (objc_is_public): Return early on invalid type.
66
d349339d
FJ
672006-03-02 Fariborz Jahanian <fjahanian@apple.com>
68
69 * objc-act.c (init_module_descriptor): Remove file name from
70 module descriptor.
71 (gen_type_name_0): Fix ICE when issuing warning.
72
9d29a5b7
RE
73