>>> If adding a new option, you need to document it in invoke.texi. >> >> Patch updated. > > Is this alright for google/gcc-4_9?
+no-pie +Driver RejectNegative Negative(pie) +Create a position dependent executable I'd suggest adding an alias for "-no-pie" (meaning "--no-pie") -- see earlier in common.opt where "-pie" is declared as an alias for "pie", and similarly for "-shared". I wonder about the spelling -- should it be "-no-pie" or "-nopie"? GCC options seem to favor "no" options without a hyphen, but it's not very consistent, so it's probably good the way you've spelled it -- it better matches the way the linker option is spelled (albeit without the "f"). -cary