X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=ath9k_htc%2Flocal%2Fpatches%2Fbinutils-elf32-xtensa-sec_cache.patch;fp=ath9k_htc%2Flocal%2Fpatches%2Fbinutils-elf32-xtensa-sec_cache.patch;h=0000000000000000000000000000000000000000;hb=1ba1a88647bfe113c885f985d6e383790dec2a1f;hp=facf709969d58e5c39c9e5c8bd5dc26da57e1ca3;hpb=a2fe6b1f6253377c952c224d4ec9d55b196660ce;p=linux-libre-firmware.git diff --git a/ath9k_htc/local/patches/binutils-elf32-xtensa-sec_cache.patch b/ath9k_htc/local/patches/binutils-elf32-xtensa-sec_cache.patch deleted file mode 100644 index facf709..0000000 --- a/ath9k_htc/local/patches/binutils-elf32-xtensa-sec_cache.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/bfd/elf32-xtensa.c 2012-06-29 17:46:01.000000000 +0300 -+++ b/bfd/elf32-xtensa.c 2013-05-08 19:16:39.436716824 +0300 -@@ -6075,7 +6075,7 @@ - release_internal_relocs (sec_cache->sec, sec_cache->relocs); - if (sec_cache->ptbl) - free (sec_cache->ptbl); -- memset (sec_cache, 0, sizeof (sec_cache)); -+ memset (sec_cache, 0, sizeof (*sec_cache)); - } - } - -@@ -6117,7 +6117,7 @@ - - /* Fill in the new section cache. */ - clear_section_cache (sec_cache); -- memset (sec_cache, 0, sizeof (sec_cache)); -+ memset (sec_cache, 0, sizeof (*sec_cache)); - - sec_cache->sec = sec; - sec_cache->contents = contents;