From: Michael Tremer Date: Fri, 18 Feb 2011 23:31:21 +0000 (+0100) Subject: binutils: Remove unapplyable patch. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ee2bfaf478cd9e236dbc5a4e9ff169fa1349bd;p=ipfire-3.x.git binutils: Remove unapplyable patch. --- diff --git a/pkgs/core/binutils/patches/binutils-2.20.1-gentoo-flexible-tests.patch b/pkgs/core/binutils/patches/binutils-2.20.1-gentoo-flexible-tests.patch deleted file mode 100644 index c95e369ba..000000000 --- a/pkgs/core/binutils/patches/binutils-2.20.1-gentoo-flexible-tests.patch +++ /dev/null @@ -1,82 +0,0 @@ -making some of the address matches more flexible fixes tests when using -pax/relro/hash patches - ---- binutils/ld/testsuite/ld-i386/hidden2.d -+++ binutils/ld/testsuite/ld-i386/hidden2.d -@@ -8,6 +8,6 @@ - Disassembly of section .text: - - [a-f0-9]+ : --[ ]*[a-f0-9]+: e8 af fe ff ff call 0 -+[ ]*[a-f0-9]+: e8 ([a-f0-9]{2} ){2}ff ff call 0 - [ ]*[a-f0-9]+: c3 ret - #pass ---- binutils/ld/testsuite/ld-x86-64/hidden2.d -+++ binutils/ld/testsuite/ld-x86-64/hidden2.d -@@ -8,6 +8,6 @@ - Disassembly of section .text: - - [a-f0-9]+ : --[ ]*[a-f0-9]+: e8 33 fe ff ff callq 0 -+[ ]*[a-f0-9]+: e8 ([a-f0-9]{2} ){2}ff ff callq 0 - [ ]*[a-f0-9]+: c3 retq - #pass ---- binutils/ld/testsuite/ld-x86-64/protected3.d -+++ binutils/ld/testsuite/ld-x86-64/protected3.d -@@ -8,6 +8,6 @@ - Disassembly of section .text: - - 0+[a-f0-9]+ : --[ ]*[a-f0-9]+: 8b 05 ce 00 20 00 mov 0x[a-f0-9]+\(%rip\),%eax # [a-f0-9]+ -+[ ]*[a-f0-9]+: 8b 05 ([a-f0-9]{2} ){2}20 00 mov 0x[a-f0-9]+\(%rip\),%eax # [a-f0-9]+ - [ ]*[a-f0-9]+: c3 retq - #pass ---- binutils/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d -+++ binutils/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d -@@ -3,5 +3,5 @@ - #target: x86_64-*-* i?86-*-* - - #... --[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x200|)@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[a-f0-9]+|)@plt> - #pass ---- binutils/ld/testsuite/ld-ifunc/ifunc-1-x86.d -+++ binutils/ld/testsuite/ld-ifunc/ifunc-1-x86.d -@@ -3,5 +3,5 @@ - #target: x86_64-*-* i?86-*-* - - #... --[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x220|)@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[a-f0-9]+|)@plt> - #pass ---- binutils/ld/testsuite/ld-ifunc/ifunc-2-local-x86-64.d -+++ binutils/ld/testsuite/ld-ifunc/ifunc-2-local-x86-64.d -@@ -4,6 +4,6 @@ - #target: x86_64-*-* - - #... --[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x220@plt> --[ \t0-9a-f]+:[ \t0-9a-f]+lea[ \t]+.*\(%rip\),%rax.*[ \t0-9a-fq]+<\*ABS\*\+0x220@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x[a-f0-9]+@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+lea[ \t]+.*\(%rip\),%rax.*[ \t0-9a-fq]+<\*ABS\*\+0x[a-f0-9]+@plt> - #pass ---- binutils/ld/testsuite/ld-ifunc/ifunc-2-x86-64.d -+++ binutils/ld/testsuite/ld-ifunc/ifunc-2-x86-64.d -@@ -4,6 +4,6 @@ - #target: x86_64-*-* - - #... --[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x220@plt> --[ \t0-9a-f]+:[ \t0-9a-f]+lea[ \t]+.*\(%rip\),%rax.*[ \t0-9a-fq]+<\*ABS\*\+0x220@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x[a-f0-9]+@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+lea[ \t]+.*\(%rip\),%rax.*[ \t0-9a-fq]+<\*ABS\*\+0x[a-f0-9]+@plt> - #pass ---- binutils/ld/testsuite/ld-ifunc/ifunc-3a-x86.d -+++ binutils/ld/testsuite/ld-ifunc/ifunc-3a-x86.d -@@ -4,5 +4,5 @@ - #target: x86_64-*-* i?86-*-* - - #... --[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x258|)@plt> -+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[a-f0-9]+|)@plt> - #pass