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]

[patch committed SH] Fix help text for -mfdpic


I've committed the attached obvious patch to fix

FAIL: compiler driver --help=target option(s): "^ +-.*[^:.]$" absent from output: "  -mfdpic                     Generate ELF FDPIC code"


popping up after SH fdpic patch applied.

Regards,
	kaz
--
2015-10-29  Kaz Kojima  <kkojima@gcc.gnu.org>

	* config/sh/sh.opt (mfdpic): Add missing period.

diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt
index 28e80dc..21898ef 100644
--- a/gcc/config/sh/sh.opt
+++ b/gcc/config/sh/sh.opt
@@ -262,7 +262,7 @@ Specify name for 32 bit signed division function.
 
 mfdpic
 Target Report Var(TARGET_FDPIC) Init(0)
-Generate ELF FDPIC code
+Generate ELF FDPIC code.
 
 mfmovd
 Target RejectNegative Mask(FMOVD)


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