From b3be346c68953e693b79459434ff7ee9cd7b9bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Date: Fri, 4 May 2018 16:00:35 +0200 Subject: amd/common: add a more powerful runtime linker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using an explicit linker instead of just concatenating .text sections will allow us to start using .rodata sections and explicit descriptions of data on LDS that is shared between stages. Reviewed-by: Marek Olšák --- src/amd/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/amd/Makefile.sources') diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index bfce9fdb6f8..3eba6be73ea 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -43,6 +43,8 @@ AMD_COMPILER_FILES = \ common/ac_llvm_helper.cpp \ common/ac_llvm_util.c \ common/ac_llvm_util.h \ + common/ac_rtld.c \ + common/ac_rtld.h \ common/ac_shader_abi.h \ common/ac_shader_util.c \ common/ac_shader_util.h -- cgit v1.2.1