X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=local%2Fpatches%2Fbinutils-2.27_fixup.patch;fp=local%2Fpatches%2Fbinutils-2.27_fixup.patch;h=0000000000000000000000000000000000000000;hp=fb61345217eb3977641b11967cf6508dd1e6ee61;hb=c19cd5460c1ea4653d4cd308062f4c04e4ad1a8c;hpb=d19607454d656cb14d8c16dfbf161eebb542e8fe diff --git a/local/patches/binutils-2.27_fixup.patch b/local/patches/binutils-2.27_fixup.patch deleted file mode 100644 index fb61345..0000000 --- a/local/patches/binutils-2.27_fixup.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c -index d062044..ca261ae 100644 ---- a/gas/config/tc-xtensa.c -+++ b/gas/config/tc-xtensa.c -@@ -2228,7 +2228,7 @@ xg_reverse_shift_count (char **cnt_argp) - cnt_arg = *cnt_argp; - - /* replace the argument with "31-(argument)" */ -- new_arg = concat ("31-(", cnt_argp, ")", (char *) NULL); -+ new_arg = concat ("31-(", cnt_arg, ")", (char *) NULL); - - free (cnt_arg); - *cnt_argp = new_arg;