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:
parent
d99ffa9404
commit
528dc60364
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user