summaryrefslogtreecommitdiff
path: root/gcc/config/darwin-c.c
Commit message (Expand)AuthorAgeFilesLines
* darwin.c (darwin_assemble_visibility): Treat VISIBILITY_INTERNAL as hidden.Jason Merrill2012-10-041-2/+2
* tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher2012-06-191-3/+52
* tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers2011-04-061-11/+20
* Added support for the 64-bit Apple Objective-C runtimeIain Sandoe2011-02-181-0/+3
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* darwin-c.c (darwin_additional_format_types): Export.Jack Howarth2010-11-191-1/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* NS/CF String format syntax parsing.Iain Sandoe2010-11-061-1/+36
* CFStrings for Darwin.Iain Sandoe2010-10-221-0/+20
* Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.Iain Sandoe2010-10-141-0/+16
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-2/+2
* * config/darwin-c.c: Remove c-tree.h include.Mike Stump2010-05-281-1/+0
* re PR target/43708 (gcc.dg/pragma-darwin.c "set not used", not working with p...Iain Sandoe2010-05-071-1/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-3/+3
* darwin-c.c: Include "incpath.h" instead of "c-incpath.h".Dominique d'Humieres2008-05-261-1/+1
* host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton2007-08-021-5/+4
* Index: ChangeLogGeoffrey Keating2007-06-071-14/+5
* darwin-c.c (handle_c_option): Handle -fapple-kext here so we can...Mike Stump2007-04-131-0/+3
* c-common.c (targetcm): Add.Mike Stump2007-03-061-7/+33
* darwin.h (LINK_SPEC): Always pass -macosx_version_min to linker.Geoffrey Keating2007-02-171-3/+2
* darwin-c.c (darwin_cpp_builtins): Move __STATIC__ and __DYNAMIC__ from here b...Mike Stump2006-10-271-5/+0
* darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support.Mike Stump2006-10-161-0/+5
* Fix typo in last changeMike Stump2006-05-221-1/+1
* darwin-c.c (darwin_pragma_options): Use BAD instead.Mike Stump2006-05-211-5/+5
* darwin-c.c (BAD): Conditionalize on OPT_Wpragmas.Mike Stump2006-05-211-1/+2
* darwin-c.c (darwin_ms_struct): Move thisEric Christopher2006-04-281-14/+0
* target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif.Eric Christopher2006-04-271-18/+54
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+6
* c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson2005-11-261-8/+8
* c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson2005-11-211-2/+2
* c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump2005-11-181-1/+2
* c-decl.c (lookup_name_two): Add.Mike Stump2005-11-161-1/+1
* Index: ChangeLogGeoffrey Keating2005-07-081-0/+54
* c-common.c (flag_next_runtime): Move...Ziemowit Laski2005-06-291-0/+1
* Update FSF address.R. Kelley Cook2005-06-251-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-1/+1
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* darwin-c.c (framework_construct_pathname): We must find all headers of a fram...Mike Stump2005-04-151-5/+21
* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot.Devang Patel2004-11-241-2/+7
* darwin-c.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski2004-09-151-3/+45
* darwin-c.c, [...]: Follow spelling conventions.Kazu Hirata2004-09-141-1/+1
* darwin-c.c (find_subframework_file): Fix spelling of cannot.Andrew Pinski2004-08-131-1/+1
* darwin-c.c: Don't search in "/Local/Library/Frameworks" for frameworks.Mike Stump2004-08-031-1/+0
* darwin-c.c (add_framework): Copy the directory name as it can be freed later.Mike Stump2004-05-051-6/+21
* c-incpath.c, [...]: Update copyright.Kazu Hirata2004-03-151-1/+1
* Add framework support for darwin.Mike Stump2004-03-041-0/+317