aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-0/+2
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2-52/+44
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-1/+1
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+2
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2-9/+4
2002-02-18objc-act.c (handle_impent): Remove leading '*' from objc_class_name.David Billinghurst1-1/+1
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-0/+7
2002-02-01Makefile.in (c-parse.c): Handle .output file.Jason Merrill1-3/+8
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-7/+0
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-2/+2
2002-01-08Remove spurious warnings of the like '__objc_class_ref_NSObject defined butNicola Pero1-0/+1
2002-01-06objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.Jakub Jelinek1-6/+15
2002-01-02objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...Richard Henderson1-1/+5
2001-12-29objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.Stan Shebs1-6/+4
2001-12-29* objc/objc-act.c: Apply various cosmetic and formatting changes.Stan Shebs1-67/+63
2001-12-28objc-act.c (build_module_descriptor): Make sure the init function is not defe...Stan Shebs1-0/+8
2001-12-20configure.in (all_diff_excludes, [...]): Remove.Joseph Myers1-3/+0
2001-12-17Makefile.in: Update dependencies.Neil Booth2-28/+2
2001-12-12Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero1-1/+2
2001-12-11objc-act.c (build_string_class_template): New.Richard Henderson1-2/+36
2001-12-11objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs1-2/+2
2001-12-11objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson1-1/+20
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+2
2001-12-04Make-lang.in: Update copyright.Ziemowit Laski5-70/+133
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-1/+1
2001-12-02* objc-act.c: Partially reverse mistaken commit.Neil Booth1-1/+27
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-48/+22
2001-11-29configure.in (target_list): Add generated-manpages.Joseph Myers1-0/+1
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-12/+12
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-4/+3
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-0/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-7/+13
2001-11-12Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva2-1/+29
2001-11-09Makefile.in: Update.Neil Booth1-15/+4
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-10/+3
2001-11-06Clean up langhooksNeil Booth2-1/+3
2001-10-31Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg1-1/+1
2001-10-29(GNU runtime only) statically type `self' in a class method context to beNicola Pero1-11/+14
2001-10-21langhooks.c (lang_hook_default_do_nothing, [...]): New defaults.Neil Booth1-5/+11
2001-10-12objc-act.c (finish_objc): Correct precondition for emitting symtab declarations.Ziemowit Laski1-1/+1
2001-10-03c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski3-401/+417
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-8/+8
2001-09-06objc-act.c (build_message_expr): If a class method cannot be found...Ziemowit Laski1-3/+4
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-1/+1
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson2-38/+30
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson1-11/+9
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-1/+1
2001-08-01c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz...Ziemowit Laski2-62/+176
2001-07-23Make-lang.in (objc-act.o): Depend on debug.h.Neil Booth2-1/+5
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-28/+28