diff options
Diffstat (limited to 'system/binutils/fix-plt-main-bnd-test.patch')
-rw-r--r-- | system/binutils/fix-plt-main-bnd-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/binutils/fix-plt-main-bnd-test.patch b/system/binutils/fix-plt-main-bnd-test.patch new file mode 100644 index 000000000..867bf15f4 --- /dev/null +++ b/system/binutils/fix-plt-main-bnd-test.patch @@ -0,0 +1,11 @@ +--- binutils-2.29/ld/testsuite/ld-x86-64/plt-main-bnd.dd.old 2017-07-04 08:43:21.000000000 +0000 ++++ binutils-2.29/ld/testsuite/ld-x86-64/plt-main-bnd.dd 2017-08-19 04:41:37.838409573 +0000 +@@ -1,7 +1,7 @@ + #... + Disassembly of section .plt.got: + +-[a-f0-9]+ <[a-z]+@plt>: ++[a-f0-9]+ <[a-z_]+@plt>: + [ ]*[a-f0-9]+: f2 ff 25 .. .. 20 00 bnd jmpq \*0x20....\(%rip\) # ...... <.*> + [ ]*[a-f0-9]+: 90 nop + #pass |