summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authorkurt <kurt@openbsd.org>2008-11-11 23:48:19 +0000
committerkurt <kurt@openbsd.org>2008-11-11 23:48:19 +0000
commit3497dfe12edb338cab64add0e768f7a12f9ebf67 (patch)
tree903403a23e4641ea0df98c088c414c018f39933a /lib/libc/stdlib/malloc.c
parentDrop svnd lines from the munged fstab for upgrades, to avoid confusing (diff)
downloadwireguard-openbsd-3497dfe12edb338cab64add0e768f7a12f9ebf67.tar.xz
wireguard-openbsd-3497dfe12edb338cab64add0e768f7a12f9ebf67.zip
Add support for position independent executables. This adds compile flags
-fpie & -fPIE which are similar to -fpic & -fPIC except that the resulting objects can not be used in shared libraries due to an additional optimization for pie. This also adds the -pie link flag which produces a pie executable given pic or pie objects. Combining -pie with -static is currently disabled. The only gcc3 arch that doesn't support pie at moment is arm due to binutils relocation bugs. ok kettenis@
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions