OSDN Git Service

2007-11-05 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2007 23:42:30 +0000 (23:42 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2007 23:42:30 +0000 (23:42 +0000)
PR driver/32632
* common.opt: Add shared and pie.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129913 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/common.opt

index c638289..e872005 100644 (file)
@@ -1,7 +1,12 @@
+2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR driver/32632
+       * common.opt: Add shared and pie.
+
 2007-11-05  Bob Wilson  <bob.wilson@acm.org>
 
-       * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Do not replace
-       references to virtual_stack_vars_rtx in goto_handler.
+       * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Do not
+       replace references to virtual_stack_vars_rtx in goto_handler.
        
 2007-11-05  Paul Brook  <paul@codesourcery.com>
 
index aba400b..0652205 100644 (file)
@@ -1300,4 +1300,12 @@ w
 Common Var(inhibit_warnings)
 Suppress warnings
 
+shared
+Common RejectNegative Negative(pie)
+Create a shared library
+
+pie
+Common RejectNegative Negative(shared)
+Create a position independent executable
+
 ; This comment is to ensure we retain the blank line above.