Module Name: src Committed By: joerg Date: Thu Jul 12 21:36:46 UTC 2018
Modified Files: src/lib/csu/common: crt0-common.c Log Message: Add static PIE support for i386 and AMD64. The basic glue works with mininal changes for other architectures as well, but those require linker changes first to avoid leaking dynamic relocations into the binary. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/csu/common/crt0-common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.