From: Stuart Hastings Date: Sat, 3 Dec 2005 01:30:30 +0000 (+0000) Subject: * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c19e090aa2d1053510beb66910d7a28530923b1a;p=gcc.git * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning. From-SVN: r107991 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0fa3c22817d..04cadb8437e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-02 Stuart Hastings + + * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning. + 2005-12-03 Joseph S. Myers * c-typeck.c (default_function_array_conversion, diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index bb0302930d5..6c625753a5c 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -77,7 +77,6 @@ do { \ else if (flag_pic == 1) \ { \ /* Darwin doesn't support -fpic. */ \ - warning (0, "-fpic is not supported; -fPIC assumed"); \ flag_pic = 2; \ } \ } \