commit | b238210c0172e771b1302364273016ad1fabafb8 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Aug 10 12:51:26 2012 -0700 |
committer | Nick Kralevich <nnk@google.com> | Fri Aug 10 13:05:53 2012 -0700 |
tree | 5c91bf34ef6e088ad1a0a5ae1ad3e9b94763ba51 | |
parent | e98b836f261aa822204f5fdbae7cfde6c77dbfba [diff] |
arm: add --warn-shared-textrel Emit a warning when the static linker detects a shared library has text relocations. Text relocations make it harder to share pages across processes, and make it harder to use certain memory protection features in, for example, SELinux. This warning will turn into an error in a future change (via --fatal-warnings) References: http://www.akkadia.org/drepper/textrelocs.html Change-Id: I3bc818e3ecdb8a4338668a9e816b6dc1081b7557