summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
Commit message (Expand)AuthorAgeFilesLines
* 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