Re: [PATCH 4/4] strip: Add --reloc-debug-sections-only option.

2018-11-09 Thread Mark Wielaard
On Tue, Nov 06, 2018 at 03:21:24PM +0100, Mark Wielaard wrote: > The buildbot didn't sent any failure emails (I am still looking into > why), but this new cmp test failed on debian-armhf, fedora-ppc64 and > fedora-ppc64le: > https://builder.wildebeest.org/buildbot/#/builders/15/builds/81 > https://

Re: [PATCH 4/4] strip: Add --reloc-debug-sections-only option.

2018-11-06 Thread Mark Wielaard
On Fri, 2018-10-26 at 23:50 +0200, Mark Wielaard wrote: > diff --git a/tests/ChangeLog b/tests/ChangeLog > index 751a081..0870d4c 100644 > --- a/tests/ChangeLog > +++ b/tests/ChangeLog > @@ -1,3 +1,7 @@ > +2018-10-26 Mark Wielaard > + > + * run-strip-reloc.sh: Add a test for --reloc-debug-se

[PATCH 4/4] strip: Add --reloc-debug-sections-only option.

2018-10-26 Thread Mark Wielaard
This option does the same thing as --reloc-debug-sections without doing any other strip operation. This is useful when you want to remove the debug section relocations in a separate ET_REL debug file that was created without --reloc-debug-sections, or for a file (like the linux debug vmlinux) that