Commit afd78f02 by Martin Sebor Committed by Martin Sebor

PR target/79928 - nds32: misspelled diagnostic: not support -fpic

Verified by building an nds32be-elf cross-compiler.

gcc/ChangeLog
	* config/nds32/nds32.c (nds32_option_override):

From-SVN: r245982
parent eebc5e2d
2017-03-08 Martin Sebor <msebor@redhat.com>
PR target/79928
* config/nds32/nds32.c (nds32_option_override):
2017-03-08 Jakub Jelinek <jakub@redhat.com>
PR c/79940
......
......@@ -2704,7 +2704,7 @@ nds32_option_override (void)
/* Currently, we don't support PIC code generation yet. */
if (flag_pic)
sorry ("not support -fpic");
sorry ("position-independent code not supported");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment