aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1999-10-15c-parse.in (component_decl): Support anonymous struct/union.Alastair J. Houghton2-1272/+1294
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-4/+4
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon2-518/+540
1999-09-15Remove second arg from assign_parmsBernd Schmidt1-1/+1
1999-09-14* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.Marc Espie1-1/+1
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt2-509/+531
1999-09-06Merge in gcc2-ss-010999Jeff Law2-685/+614
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-4/+2
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+1
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt2-324/+336
1999-09-03objc-act.c (objc_tree_code_type, [...]): Constify.Kaveh R. Ghazi1-83/+87
1999-09-02c-parse.in (compstmt_primary_start): New, broken out of first part of compstm...Richard Henderson2-1986/+2105
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi2-2/+2
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1-4/+1
1999-08-09tree.h (lang_identify): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-04regenJason Merrill1-1742/+1690
1999-08-04* c-parse.in: Add END_OF_LINE token.Jason Merrill1-0/+3
1999-07-25Rebuild.Richard Henderson2-2168/+2260
1999-07-20c-common.h: New file.Bernd Schmidt2-10/+12
1999-05-17cppspec.c: Insert -no-gcc into command line unless -gcc was given by user.Zack Weinberg1-3/+3
1999-05-10cppspec.c: Treat two non-option arguments as input and output file.Zack Weinberg1-2/+2
1999-05-05gcc.c (default_compilers): Fix brace nesting bug.Zack Weinberg1-1/+1
1999-04-26c-parse.in (absdcl1): Allow attributes in explicit typespecs.Mumit Khan2-1389/+1412
1999-04-26Update.Richard Henderson2-427/+447
1999-04-20Make-lang.in (objc-parse.c): Put BISON parameters in correct order.Nathan Sidwell1-1/+1
1999-04-14graph.c (node_data): Return void.Zack Weinberg1-2/+19
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-3/+3
1999-03-18Makefile.in (INTL_TARGETS): new macroAlexandre Oliva1-0/+1
1999-02-25gcc.c (default_compilers): Define __FAST_MATH__ when appropriate.Richard Henderson1-0/+3
1999-02-22Reverted to the old behavior of encoding the types.Ovidiu Predescu1-40/+42
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-02-16Applied Richard Frith-Macdonald's patch to objc/objc-act.c for encoding the t...Ovidiu Predescu1-42/+40
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg1-4/+4
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-5/+4
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1999-01-06Copyright fixes.Jeff Law2-2/+2
1999-01-04c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL.Kaveh R. Ghazi2-1082/+1070
1998-12-16lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with cpplib.Dave Brolley1-0/+1
1998-12-10objc-act.c (lang_init_options): Enclose cpplib related code in #if USE_CPPLIB.Dave Brolley1-0/+2
1998-12-09objc-act.c (cpp_initialized): Removed.Dave Brolley1-10/+3
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper2-1767/+1801
1998-11-25gcc.c: Split out Objective-C specs to...Zack Weinberg2-1/+100
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-3/+2
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+2
1998-10-08c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.Richard Frith-Macdonald1-0/+3
1998-09-17config-lang.in: Do not output the name of the selected thread file when build...Ben Elliston50-13722/+19
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu12-94/+1582
1998-07-06c-parse.in (struct_head, [...]): New nonterminals.Jason Merrill2-1937/+2007
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law2-3/+3