aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2001-03-09objc-act.c: Fix old typos in comments, add comments for various functions.Stan Shebs1-11/+34
2001-03-06objc-act.c (init_objc): Set save_lang_status, restore_lang_status, and mark_l...Nicola Pero1-0/+3
2001-03-06objc-act.c (objc_add_static_instance): Set DECL_INITIAL and DECL_DEFER_OUTPUT...Zack Weinberg1-4/+5
2001-03-02gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements.Zack Weinberg1-4/+4
2001-03-02stringpool.c (set_identifier): New function.Zack Weinberg1-13/+33
2001-02-16objc-act.c (start_class): Register implemented_classes with GC.Jakub Jelinek1-1/+4
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-12/+10
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-6/+6
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-7/+7
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-5/+9
2001-01-09lang-options.h: Remove bogus reference to Java trademark.Jeffrey A Law1-5/+1
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-8/+6
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+10
2001-01-05lang-options.h: Bring comment in line with reality.Phil Edwards1-2/+2
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-1/+3
2000-12-22Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi1-8/+0
2000-12-12configure.in: Simplify language enabling/disabling code.Alexandre Oliva1-1/+3
2000-11-30objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_tha...Neil Booth1-42/+5
2000-11-29c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth3-6/+6
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-3/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2-20/+1
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-10/+10
2000-11-05Makefile.in: Remove all targets related to building distributions and diffs, ...Joseph Myers1-13/+1
2000-10-27configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'.Zack Weinberg2-92/+7
2000-10-13Makefile.in (c-parse.c, tradcif.c): Create atomically.Kaveh R. Ghazi1-1/+2
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-7/+15
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell3-6/+18
2000-09-07Integrated preprocessor.Zack Weinberg3-25/+33
2000-08-21lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.Nix1-7/+7
2000-08-06New command line option -fconstant-string-class to allow specifying a user de...Ovidiu Predescu1-1/+14
2000-08-06Moved the Objective-C specific options from toplev.c.Ovidiu Predescu1-0/+43
2000-08-05[multiple changes]Zack Weinberg1-2/+2
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg2-20/+1
2000-07-31Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through...Zack Weinberg1-1/+1
2000-07-29Revert previous checkin.Mark Mitchell1-3/+16
2000-07-29Makefile.in: Generate objc parser along with the C parser.Mark Mitchell1-16/+3
2000-07-14cvsignore: Add generated YACC files.Mark Mitchell1-0/+2
2000-07-13gcc.c (do_spec_1): Add new %B operator.Zack Weinberg1-71/+15
2000-07-12gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi...Zack Weinberg1-5/+4
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell2-7883/+0
2000-07-11Regenerate after this patch:Benjamin Chelf2-347/+225
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg3-821/+532
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-1/+1
2000-06-05objc-act.c (generate_method_descriptors): Register objc_method_prototype_temp...Zack Weinberg1-57/+52
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell2-425/+423
2000-05-09top level:Zack Weinberg2-10/+9
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi1-0/+2
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-1/+1