aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-14(hack_method_prototype): Set DECL_CONTEXT of parms.Richard Kenner1-0/+4
1995-06-14(build_module_descriptor, really_start_method): Pass extra parm toRichard Kenner1-3/+3
1995-05-22Numerous formatting changes.Richard Kenner1-1047/+1280
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
1995-05-14(start_method_def): Mark _self as possibly unused.Richard Kenner1-1/+1
1995-05-12(unused_list): New variable.Richard Kenner1-14/+32
1995-04-28(*): Update calls to start_decl, finish_struct (pass NULLs for attributes).Doug Evans1-35/+38
1995-04-26(OBJC_VERSION): Version 7.Richard Kenner1-9/+193
1995-03-09(build_module_descriptor, really_start_method): Pass new parm toRichard Kenner1-4/+4
1995-01-14__attribute__ ((constructor))Jason Merrill1-1/+1
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-3/+1
1994-11-10(init_objc): Add missing casts to args of bcopy.Richard Kenner1-6/+6
1994-11-10(lang_init): Ensure line number is 0, not -1.Richard Kenner1-0/+6
1994-09-27(warn_with_method): Make arg int, not char.Richard Kenner1-2/+2
1994-08-19(build_selector_translation_table): Reset current_function_decl after hack_fu...Kresten Krab Thorup1-1/+3
1994-07-21(build_module_descriptor): Don't set DECL_EXTERNAL onJim Wilson1-1/+0
1994-06-30incremented objc_version iff using gnu runtime.Kresten Krab Thorup1-1/+1
1994-06-30objc-act.c (get_proto_encoding, [...]): New fucnctions.Kresten Krab Thorup1-34/+178
1993-10-28(check_methods_accessible): Fix bug in -Wno-protocol.Richard Kenner1-0/+2
1993-08-24(offset_is_register): New variableKresten Krab Thorup1-68/+86
1993-08-11(build_module_descriptor): Use new function get_file_function_name.Per Bothner1-43/+4
1993-08-01Call default_conversion for NAME.Richard Stallman1-66/+123
1993-07-18(synth_module_prologue): Call layout_type for the arrayRichard Stallman1-1/+3
1993-07-05(encode_type_qualifiers): Add casts to enums in indices.Richard Stallman1-6/+6
1993-06-06(encode_type): Add cases for DImode, encoded as 'q' and 'Q' respectively.Richard Stallman1-1/+6
1993-05-20*** empty log message ***Richard Stallman1-1/+1
1993-05-20(handle_class_ref): Call assemble_constant_align before output_constant.Richard Stallman1-3/+8
1993-05-09(string_section): Delete comma before close-brace.Richard Stallman1-1/+1
1993-05-06(OBJC_GEN_METHOD_LABEL): Do use CAT_NAME.Richard Stallman1-9/+10
1993-05-06(check_methods_accessible): Handle interface types.Richard Stallman1-2/+4
1993-05-01(build_ivar_reference): Warn when a class methodTom Wood1-1/+14
1993-04-24(HASHFUNCTION): Cast pointers to widest int type.Richard Kenner1-1/+3
1993-04-22*** empty log message ***Tom Wood1-11/+18
1993-04-15(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros.Tom Wood1-51/+57
1993-04-14(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough...Tom Wood1-1/+1
1993-04-14(get_class_reference): Call add_class_reference forTom Wood1-0/+2
1993-04-13(-Wprotocol): addedKresten Krab Thorup1-7/+94
1993-04-13*** empty log message ***Tom Wood1-12/+12
1993-04-12(get_static_reference, get_objcect_reference,Tom Wood1-1/+4
1993-04-09*** empty log message ***Tom Wood1-1498/+3739
1993-03-25Added front-end taggint to object files.Mike Stump1-0/+6
1993-03-14(build_objc_method_call, get_class_reference):Richard Kenner1-4/+17
1993-03-10(OBJC_GEN_METHOD_LABEL): Convert colons to _'s.Richard Stallman1-5/+9
1993-03-09Close #ifdef NEXT_OBJC_RUNTIME properly.Michael Meissner1-0/+1
1993-03-08(really_start_method): Always use OBJC_GEN_METHOD_LABEL.Richard Stallman1-14/+17
1993-03-04(handle_class_ref): Call assemble_external.Richard Stallman1-0/+3
1993-02-15(HASHFUNCTION): Insure nonnegative hash even if addresses are negative.Richard Stallman1-1/+1
1993-02-03(init_objc): Use xrealoc, not realloc.Richard Stallman1-6/+6