aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2005-12-03 01:30:30 +0000
committerStuart Hastings <stuart@gcc.gnu.org>2005-12-03 01:30:30 +0000
commitc19e090aa2d1053510beb66910d7a28530923b1a (patch)
treeffd1903f643afc9cda026ac837e6d0640a555623 /gcc
parent718699e90006763f7a55e5e6449e5b9707c5125f (diff)
downloadgcc-c19e090aa2d1053510beb66910d7a28530923b1a.zip
gcc-c19e090aa2d1053510beb66910d7a28530923b1a.tar.gz
gcc-c19e090aa2d1053510beb66910d7a28530923b1a.tar.bz2
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.
From-SVN: r107991
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/darwin.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0fa3c22..04cadb8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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,
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index bb03029..6c62575 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; \
} \
} \