diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-22 16:04:49 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-22 16:04:49 -0800 |
commit | ef392512efe8767583d76470688e6be0323ed65d (patch) | |
tree | d4d621d26c40cdec868bfbb6c19d6f71ac6c5057 | |
parent | 5a5b76a22430ecc643fecf7bde825332524f8f3c (diff) | |
download | gcc-ef392512efe8767583d76470688e6be0323ed65d.zip gcc-ef392512efe8767583d76470688e6be0323ed65d.tar.gz gcc-ef392512efe8767583d76470688e6be0323ed65d.tar.bz2 |
(override_options): Delete unnecessary accidental comment.
From-SVN: r6851
-rw-r--r-- | gcc/config/mips/mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 83c31f1..72cd0cf 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -3269,7 +3269,6 @@ override_options () { mips_abicalls = MIPS_ABICALLS_YES; flag_pic = 1; - /* ??? Is this sufficient? */ if (mips_section_threshold > 0) warning ("-G is incompatible with PIC code which is the default"); } |