summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch b/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
index 374cba555e..f861e8990e 100644
--- a/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
+++ b/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
@@ -1,6 +1,6 @@
1Fix elf_cvt_gunhash if dest and src are same. 1Fix elf_cvt_gunhash if dest and src are same.
2 2
3Upstream-status: Pending 3Upstream-Status: Pending
4 4
5The 'dest' and 'src' can be same, we need to save the value of src32[2] 5The 'dest' and 'src' can be same, we need to save the value of src32[2]
6before swaping it. 6before swaping it.