aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-22 16:04:49 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-22 16:04:49 -0800
commitef392512efe8767583d76470688e6be0323ed65d (patch)
treed4d621d26c40cdec868bfbb6c19d6f71ac6c5057 /gcc
parent5a5b76a22430ecc643fecf7bde825332524f8f3c (diff)
downloadgcc-ef392512efe8767583d76470688e6be0323ed65d.zip
gcc-ef392512efe8767583d76470688e6be0323ed65d.tar.gz
gcc-ef392512efe8767583d76470688e6be0323ed65d.tar.bz2
(override_options): Delete unnecessary accidental comment.
From-SVN: r6851
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.c1
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");
}