aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-0/+12
2003-05-01darwin.c (darwin_encode_section_info): Call default_encode_section_info.Stan Shebs1-0/+6
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-2/+3
2003-03-19rs6000.c (rs6000_emit_prologue): Don't clone the result of machopic_function_...Geoffrey Keating1-9/+19
2003-03-11darwin.c (machopic_function_base_name): If dynamic-no-pic is on should not ge...Andrew Pinski1-10/+59
2003-01-22rs6000.md: Remove warning.Geoffrey Keating1-4/+8
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-29builtins.def: Fix comment formatting.Kazu Hirata1-3/+3
2002-09-16c4x-c.c, [...]: Include tm_p.h instead of the *-protos.h file directly.Kaveh R. Ghazi1-3/+1
2002-09-13target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs1-0/+29
2002-09-12darwin.c (machopic_finish): Remove #if 0 chunks.Stan Shebs1-20/+1
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi1-0/+9
2002-08-11darwin-c.c (darwin_pragma_options): Const-ify.Kaveh R. Ghazi1-8/+10
2002-07-31config.gcc (i[34567]86-*-darwin*): New configuration.Stan Shebs1-6/+3
2002-07-16darwin.c (func_name_maybe_scoped): Remove unused decl.Stan Shebs1-5/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-13/+6
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson1-9/+19
2002-05-18system.h (SELECT_RTX_SECTION): Poison.Richard Henderson1-0/+19
2002-05-17hooks.c (hook_tree_bool_false): New.Richard Henderson1-1/+129
2002-03-02varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson1-1/+2
2002-01-03darwin.c (machopic_output_possible_stub_label): Don't generate stub routines ...Turly O'Connor1-0/+2
2001-12-21darwin.c (machopic_classify_ident): Handle "stale" section- encoded name prob...Turly O'Connor1-75/+60
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