summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero2001-12-121-1/+2
* objc-act.c (build_string_class_template): New.Richard Henderson2001-12-111-2/+36
* objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs2001-12-111-2/+2
* objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson2001-12-111-1/+20
* re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers2001-12-041-0/+2
* Make-lang.in: Update copyright.Ziemowit Laski2001-12-045-70/+133
* cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi2001-12-021-1/+1
* * objc-act.c: Partially reverse mistaken commit.Neil Booth2001-12-021-1/+27
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-48/+22
* configure.in (target_list): Add generated-manpages.Joseph Myers2001-11-291-0/+1
* cpphash.c (_cpp_init_hashtable): Update.Neil Booth2001-11-271-12/+12
* cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth2001-11-261-4/+3
* Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2001-11-181-0/+2
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-7/+13
* Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva2001-11-122-1/+29
* Makefile.in: Update.Neil Booth2001-11-091-15/+4
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-10/+3
* Clean up langhooksNeil Booth2001-11-062-1/+3
* Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg2001-10-311-1/+1
* (GNU runtime only) statically type `self' in a class method context to beNicola Pero2001-10-291-11/+14
* langhooks.c (lang_hook_default_do_nothing, [...]): New defaults.Neil Booth2001-10-211-5/+11
* objc-act.c (finish_objc): Correct precondition for emitting symtab declarations.Ziemowit Laski2001-10-121-1/+1
* c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski2001-10-033-401/+417
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-8/+8
* objc-act.c (build_message_expr): If a class method cannot be found...Ziemowit Laski2001-09-061-3/+4
* except.c (TYPE_HASH): Delete.Kaveh R. Ghazi2001-08-181-1/+1
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-092-38/+30
* varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2001-08-061-11/+9
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-1/+1
* c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz...Ziemowit Laski2001-08-012-62/+176
* Make-lang.in (objc-act.o): Depend on debug.h.Neil Booth2001-07-232-1/+5
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-081-28/+28
* objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR...Stan Shebs2001-06-281-45/+30
* * objc/objc-act.c (hash_init): Use xcalloc.Stan Shebs2001-06-221-5/+2
* objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to cl...Stan Shebs2001-06-201-21/+5
* * objc/objc.gperf: Remove, no longer used.Stan Shebs2001-05-281-64/+0
* objc-act.c: Add/fix various comments.Stan Shebs2001-05-281-120/+8
* toplev.c (debug_args, [...]): Mark descriptions for translation.Zack Weinberg2001-05-261-7/+12
* hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth2001-05-201-6/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-1/+4
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-43/+0
* objc-act.c (handle_class_ref): Use rest_of_decl_compilation so that CHOOSE_SE...Geoffrey Keating2001-05-151-12/+8
* objc-act.c (STRING_OBJECT_CLASS_NAME): Default to NSConstantString for NeXT-s...Stan Shebs2001-05-021-1/+51
* objc-act.c (build_module_descriptor): Clear DECL_CONTEXT of UOBJC_MODULES_decl.Stan Shebs2001-05-011-1/+11
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-1/+1
* objc-act.c (handle_class_ref): Rewrite to flush target specific code and use ...Stan Shebs2001-04-291-32/+29
* objc-act.c: Remove all code ifdefed with the never-used macro OBJC_INT_SELECT...Stan Shebs2001-04-131-31/+1
* objc-act.c (objc_init): Use dump_base_name.Stan Shebs2001-03-281-31/+60
* Makefile.in (SYSTEM_H): Define.Kaveh R. Ghazi2001-03-271-2/+2
* objc-act.c (get_static_reference): Use NULL_TREE.Stan Shebs2001-03-201-11/+17