aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-1/+2
2001-10-23darwin-protos.h (constructor_section, [...]): Prototype.Kaveh R. Ghazi1-4/+4
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+2
2001-10-16darwin.h (GCC_NAME): Remove, no longer used.Stan Shebs1-1/+2
2001-09-04darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.Stan Shebs1-2/+10
2001-08-29darwin.c (machopic_function_base_name): Add const qualifier to a string.Dale Johannesen1-2/+3
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-5/+9
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-0/+30
2001-08-02darwin.c (machopic_stub_name): Try matching by name.Stan Shebs1-3/+38
2001-07-10darwin.c (darwin_encode_section_info): Don't mark any DECL_EXTERNAL node as d...Stan Shebs1-0/+1
2001-07-03darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove case for flag_n...Stan Shebs1-4/+0
2001-07-02explow.c (plus_constant_wide, [...]): New case.Richard Kenner1-10/+4
2001-06-11darwin.c (darwin_encode_section_info): Rewrite to simplify and fix coding mis...Stan Shebs1-22/+33
2001-06-08darwin.h (ENCODE_SECTION_INFO): Define.Stan Shebs1-46/+116
2001-04-12Add Darwin (Mac OS X kernel) native support.Stan Shebs1-0/+1002