aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
AgeCommit message (Expand)AuthorFilesLines
2002-03-02varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson1-21/+18
2002-01-15system.h (ASM_IDENTIFY_GCC, [...]): Poison.Joseph Myers1-7/+1
2001-12-21darwin.c (machopic_classify_ident): Handle "stale" section- encoded name prob...Turly O'Connor1-0/+3
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford1-7/+0
2001-11-16darwin.h (SELECT_RTX_SECTION): Force address initializers into 'const' sectionDale Johannesen1-1/+5
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-1/+1
2001-10-23darwin-protos.h (constructor_section, [...]): Prototype.Kaveh R. Ghazi1-9/+14
2001-10-22target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs1-2/+7
2001-10-16darwin.h (GCC_NAME): Remove, no longer used.Stan Shebs1-7/+19
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-2/+2
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-2/+2
2001-09-04darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.Stan Shebs1-0/+16
2001-08-28darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.Stan Shebs1-1/+8
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-27/+2
2001-07-03darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove case for flag_n...Stan Shebs1-39/+35
2001-06-28darwin.h (REGISTER_TARGET_PRAGMAS): Define.Stan Shebs1-0/+7
2001-06-28objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR...Stan Shebs1-6/+6
2001-06-12* darwin.h (ASM_FILE_END): Remove decl of language_string.Stan Shebs1-1/+0
2001-06-08darwin.h (ENCODE_SECTION_INFO): Define.Stan Shebs1-0/+20
2001-05-15darwin.h (LIB_SPEC): Just use -lSystem.Stan Shebs1-6/+1
2001-04-29objc-act.c (handle_class_ref): Rewrite to flush target specific code and use ...Stan Shebs1-7/+7
2001-04-28darwin.h (STANDARD_EXEC_PREFIX): Don't define.Stan Shebs1-4/+9
2001-04-12Add Darwin (Mac OS X kernel) native support.Stan Shebs1-0/+763