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-Tag: releases/gcc-4.2.0~5590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19e090aa2d1053510beb66910d7a28530923b1a;p=thirdparty%2Fgcc.git * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning. From-SVN: r107991 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0fa3c22817df..04cadb8437ee 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 bb0302930d56..6c625753a5c5 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; \ } \ } \