Re: [PATCH] tests: Check addsections test binary is 64bit for run-large-elf-file.sh

2022-03-24 Thread Mark Wielaard
On Mon, Mar 21, 2022 at 12:17:14AM +0100, Mark Wielaard wrote: > The test binary should be 64bit to be able to create 4GB, or larger, > ELF files. Pushed. Mark

[PATCH] tests: Check addsections test binary is 64bit for run-large-elf-file.sh

2022-03-20 Thread Mark Wielaard
The test binary should be 64bit to be able to create 4GB, or larger, ELF files. https://sourceware.org/bugzilla/show_bug.cgi?id=28975 Signed-off-by: Mark Wielaard --- tests/ChangeLog | 4 tests/run-large-elf-file.sh | 11 +++ 2 files changed, 15 insertions(+) diff --g