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
This commit is contained in:
Martin Sebor 2017-03-08 23:29:42 +00:00 committed by Martin Sebor
parent eebc5e2dde
commit afd78f0213
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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");
}