]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - binutils/patches/binutils-2.22.52.0.2-flexible-tests.patch
binutils: Update to 2.22.52.0.3.
[people/ms/ipfire-3.x.git] / binutils / patches / binutils-2.22.52.0.2-flexible-tests.patch
similarity index 61%
rename from binutils/patches/binutils-2.22-flexible-tests.patch
rename to binutils/patches/binutils-2.22.52.0.2-flexible-tests.patch
index 681d33fa05b86970233e4504d284f2403fe8f282..af6c92709983a9ebf6ee2c2002a7594962ded934 100644 (file)
@@ -1,26 +1,6 @@
 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]+ <bar>:
--[     ]*[a-f0-9]+:    e8 cf 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]+ <bar>:
--[     ]*[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-ifunc/ifunc-2-local-x86-64.d
 +++ binutils/ld/testsuite/ld-ifunc/ifunc-2-local-x86-64.d
 @@ -4,6 +4,6 @@