summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe.link
Commit message (Collapse)AuthorAgeFilesLines
* targets/pipe-loader: cleanup version-scriptEmil Velikov2014-05-021-3/+0
| | | | | | | | | | | Drop the version/name tag from the script as it was never meant to be there. Add swrast_create_screen as it is used when loading swrast. Rename the file to pipe.sym. v2: Rebase on top of the LD_NO_UNDEFINED changes. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-181-1/+1
| | | | | | This fixes build failures with the gold linker. CC: "10.0" <mesa-stable@lists.freedesktop.org>
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-111-0/+3
This makes it possible to use clover with statically linked LLVM. v2: - Inline LINKER_SCRIPT variable v3: Kai Wasserbäch - Fix out out-of-tree-builds Tested-by: Kai Wasserbäch <kai@dev.carbon-project.or>