diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-28 23:23:41 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-28 23:23:41 +0000 |
commit | 766e1ed1810c11b9f62a2b74e224420695e54b57 (patch) | |
tree | 5b701bfe72a6c9a1aa77eded2ea25be3cf200d7e /system/binutils/remove-no-static-plt-test.patch | |
parent | 223093d95abfc2b2161105f2ef73a8287c687d95 (diff) | |
download | packages-766e1ed1810c11b9f62a2b74e224420695e54b57.tar.gz packages-766e1ed1810c11b9f62a2b74e224420695e54b57.tar.bz2 packages-766e1ed1810c11b9f62a2b74e224420695e54b57.tar.xz packages-766e1ed1810c11b9f62a2b74e224420695e54b57.zip |
system/binutils: bump to 2.32
Diffstat (limited to 'system/binutils/remove-no-static-plt-test.patch')
-rw-r--r-- | system/binutils/remove-no-static-plt-test.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system/binutils/remove-no-static-plt-test.patch b/system/binutils/remove-no-static-plt-test.patch deleted file mode 100644 index ab6bc02e6..000000000 --- a/system/binutils/remove-no-static-plt-test.patch +++ /dev/null @@ -1,21 +0,0 @@ -The compiler generates relative addresses instead of absolute, confusing the -regex used. Disable this test since it would pass anyway. - ---- binutils-2.29/ld/testsuite/ld-x86-64/no-plt.exp.old 2017-07-04 08:43:21.000000000 +0000 -+++ binutils-2.29/ld/testsuite/ld-x86-64/no-plt.exp 2017-08-19 18:13:48.566481023 +0000 -@@ -100,15 +100,6 @@ - "no-plt-1c" \ - ] \ - [list \ -- "No PLT (static 1d)" \ -- "-static tmpdir/no-plt-check1.o tmpdir/no-plt-main1.o \ -- tmpdir/no-plt-func1.o tmpdir/no-plt-extern1.o" \ -- "" \ -- {dummy.s} \ -- {{readelf -Wr no-plt-1d.rd} {objdump -dwrj.text no-plt-1d.dd}} \ -- "no-plt-1d" \ -- ] \ -- [list \ - "No PLT (PIE 1e)" \ - "-pie tmpdir/no-plt-check1.o tmpdir/no-plt-main1.o \ - tmpdir/no-plt-func1.o tmpdir/no-plt-extern1.o" \ |