diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
commit | c9a8fef513daf0ee7f47f359b14096f9ed4932bb (patch) | |
tree | 224c268335329710cbc4c180a618f2e8362f3097 /system/binutils/fix-plt-main-bnd-test.patch | |
parent | 47b9d3480f3c77d86475e0bd1bd0d8fa1e5c9024 (diff) | |
download | packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.gz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.bz2 packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.xz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.zip |
system/binutils: import from aports with Adelie 2.29
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 |