| commit | 5c36e5938dbb2d4c135819189fd68fdb5982850c | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Tue Feb 02 09:28:53 2016 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Tue Feb 02 09:28:53 2016 +0000 |
| tree | 8654b9b81ffc4ff91f2dc73f1331349777ac7812 | |
| parent | ffe19f524548fd8b4e16db4c6bd3528850890e00 [diff] |
[ELF] Implemented -Bsymbolic-functions command line option -Bsymbolic-functions: When creating a shared library, bind references to global function symbols to the definition within the shared library, if any. This patch also fixed behavior of already existent -Bsymbolic: previously PLT entries were created even if -Bsymbolic was specified. Differential revision: http://reviews.llvm.org/D16411 llvm-svn: 259481