Re: [PATCH] libbacktrace: split test_elf into 32 and 64 bits version

2019-05-24 Thread Ian Lance Taylor
On Fri, May 24, 2019 at 7:37 AM Tom de Vries wrote: > > On 24-05-19 13:10, CHIGOT, CLEMENT wrote: > > Description: > > * This patch splits libbacktrace's test_elf into two new tests: > > test_elf_32 and test_elf_64. > > > > Tests: > > * AIX 7.2: Configure/Build: SUCCESS > > > > Changelog: > >

Re: [PATCH] libbacktrace: split test_elf into 32 and 64 bits version

2019-05-24 Thread Tom de Vries
On 24-05-19 13:10, CHIGOT, CLEMENT wrote: > Description: > * This patch splits libbacktrace's test_elf into two new tests: test_elf_32 > and test_elf_64. > > Tests: > * AIX 7.2: Configure/Build: SUCCESS > > Changelog: > * Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 a

[PATCH] libbacktrace: split test_elf into 32 and 64 bits version

2019-05-24 Thread CHIGOT, CLEMENT
Description: * This patch splits libbacktrace's test_elf into two new tests: test_elf_32 and test_elf_64. Tests: * AIX 7.2: Configure/Build: SUCCESS Changelog: * Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 and test_elf_64. * Makefile.in: Regenerate. Index: libb