This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update darwin comment


Here is a tiny one... Since we now do the right thing with -fpic, it can be said that we do support it, so the comment is wrong.

Doing diffs in config/rs6000/darwin.h.~1~:
--- config/rs6000/darwin.h.~1~ 2006-09-28 17:56:11.000000000 -0700
+++ config/rs6000/darwin.h 2006-10-05 15:55:49.000000000 -0700
@@ -83,7 +83,6 @@ do { \
} \
else if (flag_pic == 1) \
{ \
- /* Darwin doesn't support -fpic. */ \
flag_pic = 2; \
} \
} \
--------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]