summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
Commit message (Expand)AuthorAgeFilesLines
...
* c-common.c (targetcm): Add.Mike Stump2007-03-061-0/+2
* Fixup whitespacing.Mike Stump2007-02-281-8/+9
* Index: gcc/ChangeLogGeoffrey Keating2007-02-201-1/+2
* darwin.h (LINK_SPEC): Always pass -macosx_version_min to linker.Geoffrey Keating2007-02-171-3/+3
* Really update copyright.Eric Christopher2007-01-161-1/+1
* darwin.h: Update copyright.Eric Christopher2007-01-161-3/+4
* Index: ChangeLogGeoffrey Keating2007-01-091-0/+4
* invoke.texi (Debugging Options): Document -g0.Geoffrey Keating2006-12-181-1/+1
* darwin.h (DARWIN_EXTRA_SPECS): New.Eric Christopher2006-12-051-2/+14
* darwin.h: Update copyright notice.Eric Christopher2006-12-051-1/+1
* re PR target/24598 (Need to support odcctools and its ablity to use --prefix ...Eric Christopher2006-12-041-17/+14
* darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on pre-darwin9 system, unl...Mike Stump2006-11-171-3/+2
* Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is d...Caroline Tice2006-11-141-0/+1
* darwin.h (CPP_SPEC): Handle -pthread, transforming it into -D_REENTRANT.Roger Sayle2006-11-021-1/+2
* darwin.h (PREFERRED_DEBUGGING_TYPE): Remove.Geoffrey Keating2006-11-011-6/+9
* re PR target/15834 (NO_IMPLICIT_EXTERN_C should be gotten rid of)Geoffrey Keating2006-11-011-0/+3
* darwin-c.c (darwin_cpp_builtins): Move __STATIC__ and __DYNAMIC__ from here b...Mike Stump2006-10-271-1/+1
* darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support.Mike Stump2006-10-161-2/+33
* darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Eric Christopher2006-10-131-0/+2
* darwin.h (ENABLE_EXECUTE_STACK): New, use getpagesize not __sysctl.Geoffrey Keating2006-09-281-0/+38
* darwin.h (LINK_SYSROOT_SPEC): New.Geoffrey Keating2006-09-221-1/+8
* darwin.h (MACHO_SYMBOL_FLAG_VARIABLE): Update comment.Eric Christopher2006-09-081-1/+3
* darwin.h (HANDLE_SYSV_PRAGMA): Move from here...Eric Christopher2006-09-071-0/+3
* re PR target/26427 (with -fsection-anchors with zero sized structs)Mike Stump2006-06-081-2/+14
* darwin-c.c (darwin_ms_struct): Move thisEric Christopher2006-04-281-0/+3
* target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif.Eric Christopher2006-04-271-1/+2
* darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with !Zdynamiclib.Geoffrey Keating2006-03-301-1/+1
* [multiple changes]Geoffrey Keating2006-03-241-1/+1
* tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET.Geoffrey Keating2006-03-171-12/+17
* config.gcc (*-*-darwin*): Don't build crt2.o for all Darwin ports.Geoffrey Keating2006-03-161-11/+21
* re PR target/26657 (With -fopenmp, gcc does not link with -lgomp)Andrew Pinski2006-03-131-1/+2
* re PR target/25761 (-fpic (not -fPIC) does not work with i686-darwin)Andrew Pinski2006-03-011-2/+2
* re PR target/26389 (Darwin does not support -fsection-anchors)Andrew Pinski2006-03-011-0/+2
* [multiple changes]Diego Novillo2006-01-181-0/+6
* tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.Eric Christopher2006-01-061-3/+6
* darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Handle the ambiguity between -seg_a...Mike Stump2005-12-201-3/+3
* darwin.h: Don't include darwin-sections.def to declare global variables...Geoffrey Keating2005-12-181-1/+5
* darwin.h (HAS_INIT_SECTION): Remove definition.Richard Sandiford2005-12-101-1/+1
* darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.Richard Sandiford2005-12-071-1/+1
* coretypes.h: Revert previous change.Richard Sandiford2005-12-071-0/+2
* coretypes.h (section): Provide dummy definition for target files.Richard Sandiford2005-12-071-2/+0
* * config/darwin.h: Guard section variables with #ifndef IN_LIBGCC2.Richard Sandiford2005-12-071-0/+2
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-232/+6
* * config/darwin.h (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): New.Geoffrey Keating2005-12-061-0/+4
* c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi2005-11-221-8/+0
* gcc.c (version_compare_spec_function): Use fatal() rather than abort().Geoffrey Keating2005-11-151-17/+25
* Index: ChangeLogGeoffrey Keating2005-09-281-6/+11
* install.texi (Specific): Update cctools version required for full functionality.Geoffrey Keating2005-08-311-0/+1
* Define __PIC__ for darwin targets.Fariborz Jahanian2005-08-241-0/+8
* gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.Eric Christopher2005-08-031-7/+7