This is the mail archive of the gcc-bugs@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]

[Bug target/81708] The x86 stack canary location should be customizable


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81708

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
Created attachment 41949
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41949&action=edit
Patch that introduces mstack-protector-guard-offset= and
mstack-protector-guard-reg=

Prototype patch that introduces mstack-protector-guard-offset= and
mstack-protector-guard-reg= options.  The later can be used to override default
TLS reg, so compilation becomes independent of -mcmodel=kernel.

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