diff options
Diffstat (limited to 'testing/elfutils/elfutils-0.155-binutils-pr-ld-13621.patch')
-rw-r--r-- | testing/elfutils/elfutils-0.155-binutils-pr-ld-13621.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/elfutils/elfutils-0.155-binutils-pr-ld-13621.patch b/testing/elfutils/elfutils-0.155-binutils-pr-ld-13621.patch deleted file mode 100644 index 7f99ac0be..000000000 --- a/testing/elfutils/elfutils-0.155-binutils-pr-ld-13621.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh -index 4b01008..7a5f0c8 100755 ---- a/tests/run-elflint-self.sh -+++ b/tests/run-elflint-self.sh -@@ -18,4 +18,11 @@ - - . $srcdir/test-subr.sh - -+# Makes sure we exit cleanly even when we don't... -+clean_exit() -+{ -+ if test $? != 0; then echo "binutils PR ld/13621 workaround"; exit 0; fi -+} -+trap clean_exit EXIT -+ - testrun_on_self ../src/elflint --quiet --gnu-ld |