summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
Commit message (Expand)AuthorAgeFilesLines
* varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson2002-03-021-21/+18
* system.h (ASM_IDENTIFY_GCC, [...]): Poison.Joseph Myers2002-01-151-7/+1
* darwin.c (machopic_classify_ident): Handle "stale" section- encoded name prob...Turly O'Connor2001-12-211-0/+3
* target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2001-12-171-7/+0
* darwin.h (SELECT_RTX_SECTION): Force address initializers into 'const' sectionDale Johannesen2001-11-161-1/+5
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-1/+1
* darwin-protos.h (constructor_section, [...]): Prototype.Kaveh R. Ghazi2001-10-231-9/+14
* target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs2001-10-221-2/+7
* darwin.h (GCC_NAME): Remove, no longer used.Stan Shebs2001-10-161-7/+19
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-2/+2
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* configure.in: Check whether assembler supports section merging.Jakub Jelinek2001-09-111-2/+2
* darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.Stan Shebs2001-09-041-0/+16
* darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.Stan Shebs2001-08-281-1/+8
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-27/+2
* darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove case for flag_n...Stan Shebs2001-07-031-39/+35
* darwin.h (REGISTER_TARGET_PRAGMAS): Define.Stan Shebs2001-06-281-0/+7
* objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR...Stan Shebs2001-06-281-6/+6
* * darwin.h (ASM_FILE_END): Remove decl of language_string.Stan Shebs2001-06-121-1/+0
* darwin.h (ENCODE_SECTION_INFO): Define.Stan Shebs2001-06-081-0/+20
* darwin.h (LIB_SPEC): Just use -lSystem.Stan Shebs2001-05-151-6/+1
* objc-act.c (handle_class_ref): Rewrite to flush target specific code and use ...Stan Shebs2001-04-291-7/+7
* darwin.h (STANDARD_EXEC_PREFIX): Don't define.Stan Shebs2001-04-281-4/+9
* Add Darwin (Mac OS X kernel) native support.Stan Shebs2001-04-121-0/+763