Re: [PATCH v2] perf test powerpc: Fix 'Object code reading' test

2017-08-31 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 31, 2017 at 12:15:29PM +0300, Adrian Hunter escreveu: > On 31/08/17 12:14, Ravi Bangoria wrote: > > 'Object code reading' test always fails on powerpc guest. Two reasons > > for the failure are: > > > > 1. When elf section is too big (size beyond 'unsigned int' max value). > > objdump

Re: [PATCH v2] perf test powerpc: Fix 'Object code reading' test

2017-08-31 Thread Adrian Hunter
On 31/08/17 12:14, Ravi Bangoria wrote: > 'Object code reading' test always fails on powerpc guest. Two reasons > for the failure are: > > 1. When elf section is too big (size beyond 'unsigned int' max value). > objdump fails to disassemble from such section. This was fixed with > commit 0f6329bd7

[PATCH v2] perf test powerpc: Fix 'Object code reading' test

2017-08-31 Thread Ravi Bangoria
'Object code reading' test always fails on powerpc guest. Two reasons for the failure are: 1. When elf section is too big (size beyond 'unsigned int' max value). objdump fails to disassemble from such section. This was fixed with commit 0f6329bd7fc ("binutils/objdump: Fix disassemble for huge elf