summaryrefslogtreecommitdiff
path: root/system/binutils/mips-illegal-memcpy.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-10-12 03:45:25 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-10-12 03:45:25 +0000
commit2eee79ea09767d7a0bf61cba883ecefe9f9766e2 (patch)
tree0b304782df844d13c95241d3fd83b25d06b7a2d7 /system/binutils/mips-illegal-memcpy.patch
parentbf6afdd93b7cc4978a3952e3da757826273442ce (diff)
downloadpackages-2eee79ea09767d7a0bf61cba883ecefe9f9766e2.tar.gz
packages-2eee79ea09767d7a0bf61cba883ecefe9f9766e2.tar.bz2
packages-2eee79ea09767d7a0bf61cba883ecefe9f9766e2.tar.xz
packages-2eee79ea09767d7a0bf61cba883ecefe9f9766e2.zip
system/binutils: major bugfix bump to 2.31.1
Diffstat (limited to 'system/binutils/mips-illegal-memcpy.patch')
-rw-r--r--system/binutils/mips-illegal-memcpy.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/binutils/mips-illegal-memcpy.patch b/system/binutils/mips-illegal-memcpy.patch
deleted file mode 100644
index d76af178a..000000000
--- a/system/binutils/mips-illegal-memcpy.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- binutils-2.29/gas/config/tc-mips.c.old 2017-07-04 03:43:20.000000000 -0500
-+++ binutils-2.29/gas/config/tc-mips.c 2017-08-25 17:21:51.449460074 -0500
-@@ -13956,7 +13956,7 @@
- suffix = 0;
- if (suffix)
- {
-- memcpy (name + opend - 2, name + opend, length - opend + 1);
-+ memmove (name + opend - 2, name + opend, length - opend + 1);
- insn = (struct mips_opcode *) hash_find (hash, name);
- if (insn)
- {