[PATCH] backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files

2023-01-19 Thread Mark Wielaard
Using the NONE relocation doesn't do anything, but is harmless. This fixes several (self) tests on sparc that use elflint to check files are valid ELF. Signed-off-by: Mark Wielaard --- backends/ChangeLog | 4 backends/sparc_reloc.def | 2 +- 2 files changed, 5 insertions(+), 1 deleti

Re: [PATCH] backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files

2023-01-19 Thread Jose E. Marchesi via Elfutils-devel
> Using the NONE relocation doesn't do anything, but is harmless. > > This fixes several (self) tests on sparc that use elflint to > check files are valid ELF. FWIW looks good to me. > > Signed-off-by: Mark Wielaard > --- > backends/ChangeLog | 4 > backends/sparc_reloc.def | 2 +-

Re: [PATCH] backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files

2023-01-19 Thread Mark Wielaard
Hi Jose, On Thu, Jan 19, 2023 at 11:17:13PM +0100, Jose E. Marchesi wrote: > > Using the NONE relocation doesn't do anything, but is harmless. > > > > This fixes several (self) tests on sparc that use elflint to > > check files are valid ELF. > > FWIW looks good to me. Thanks, pushed. Cheers,

[COMMITTED] tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-id

2023-01-19 Thread Mark Wielaard
If /bin/sh wasn't build with build-id the test fails because debuginfod-find will not be able to even try to fetch something. Use libdebuginfod.so.1 instead as test file because we just build that and configure makes sure we always produce a build-id. Signed-off-by: Mark Wielaard --- tests/Chang

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-01-19 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/4 Build state: build successful Revision: ba59ce28cbd62ee12128b89bc0601a38ceeb5aa8 Worker: gentoo-sparc Bui