re PR driver/32632 (-pie won't override -shared in -shared -pie)

2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>

	PR driver/32632
	* common.opt: Add shared and pie.

From-SVN: r129913
This commit is contained in:
H.J. Lu 2007-11-05 15:42:30 -08:00
parent d99ffa9404
commit 528dc60364
2 changed files with 15 additions and 2 deletions

View 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>

View 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.