* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.
authorStuart Hastings <stuart@apple.com>
Sat, 3 Dec 2005 01:30:30 +0000 (01:30 +0000)
committerStuart Hastings <stuart@gcc.gnu.org>
Sat, 3 Dec 2005 01:30:30 +0000 (01:30 +0000)
From-SVN: r107991

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 0fa3c22817dff2e2f168c28c7d3c9bf65fffcd06..04cadb8437eeddae779e48cbdc40cd579432801d 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-02  Stuart Hastings  <stuart@apple.com>
+
+       * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.
+
 2005-12-03  Joseph S. Myers  <joseph@codesourcery.com>
 
        * c-typeck.c (default_function_array_conversion,
index bb0302930d56e4bf6a520c4a16a9a09862614ac2..6c625753a5c5fbc0c2b8448f10780fcc16c6cf42 100644 (file)
@@ -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;                                                  \
       }                                                                        \
   }                                                                    \