Re: [Mesa-dev] [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section

2013-04-23 Thread Eric Christopher
Seems reasonable. -eric On Tue, Apr 23, 2013 at 4:50 PM, Tom Stellard wrote: > From: Tom Stellard > > The libelf implementation that is distributed here: > http://www.mr511.de/software/english.html > will not parse sections that are marked SHT_NULL. > --- > lib/Target/R600/AMDGPUAsmPrinter.cpp

Re: [Mesa-dev] [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section

2013-04-23 Thread Michel Dänzer
On Die, 2013-04-23 at 08:50 -0700, Tom Stellard wrote: > From: Tom Stellard > > The libelf implementation that is distributed here: > http://www.mr511.de/software/english.html > will not parse sections that are marked SHT_NULL. This patch and the corresponding Mesa patch are Tested-by: Michel

[Mesa-dev] [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section

2013-04-23 Thread Tom Stellard
From: Tom Stellard The libelf implementation that is distributed here: http://www.mr511.de/software/english.html will not parse sections that are marked SHT_NULL. --- lib/Target/R600/AMDGPUAsmPrinter.cpp | 2 +- test/CodeGen/R600/elf.ll | 1 + 2 files changed, 2 insertions(+), 1 dele