summaryrefslogtreecommitdiff
path: root/experimental/elfutils/musl-qsort_r.patch
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/elfutils/musl-qsort_r.patch')
-rw-r--r--experimental/elfutils/musl-qsort_r.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/experimental/elfutils/musl-qsort_r.patch b/experimental/elfutils/musl-qsort_r.patch
index 9be21bd25..be9126a21 100644
--- a/experimental/elfutils/musl-qsort_r.patch
+++ b/experimental/elfutils/musl-qsort_r.patch
@@ -1,6 +1,6 @@
---- a/src/readelf.c
-+++ b/src/readelf.c
-@@ -4773,10 +4773,11 @@ listptr_base (struct listptr *p)
+--- elfutils-0.179/src/readelf.c 2020-03-30 07:17:45.000000000 -0500
++++ elfutils-0.179/src/readelf.c 2020-04-17 03:48:44.199416141 -0500
+@@ -4829,10 +4829,11 @@ listptr_base (struct listptr *p)
return cudie_base (&cu);
}
@@ -14,7 +14,7 @@
struct listptr *p1 = (void *) a;
struct listptr *p2 = (void *) b;
-@@ -4792,21 +4793,21 @@ compare_listptr (const void *a, const void *b, void *arg)
+@@ -4848,21 +4849,21 @@ compare_listptr (const void *a, const vo
p1->warned = p2->warned = true;
error (0, 0,
gettext ("%s %#" PRIx64 " used with different address sizes"),
@@ -39,7 +39,7 @@
}
if (p1->attr != p2 ->attr)
{
-@@ -4814,7 +4815,7 @@ compare_listptr (const void *a, const void *b, void *arg)
+@@ -4870,7 +4871,7 @@ compare_listptr (const void *a, const vo
error (0, 0,
gettext ("%s %#" PRIx64
" used with different attribute %s and %s"),
@@ -48,7 +48,7 @@
dwarf_attr_name (p2->attr));
}
}
-@@ -4885,9 +4886,11 @@ notice_listptr (enum section_e section, struct listptr_table *table,
+@@ -4941,9 +4942,11 @@ notice_listptr (enum section_e section,
static void
sort_listptr (struct listptr_table *table, const char *name)
{