summaryrefslogtreecommitdiffstats
path: root/tools/elfutils/patches/100-portability.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/elfutils/patches/100-portability.patch')
-rw-r--r--tools/elfutils/patches/100-portability.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/elfutils/patches/100-portability.patch b/tools/elfutils/patches/100-portability.patch
index a0c7d74bb3..0d650549ee 100644
--- a/tools/elfutils/patches/100-portability.patch
+++ b/tools/elfutils/patches/100-portability.patch
@@ -291,7 +291,7 @@
case DW_TAG_rvalue_reference_type
+#define auxv_info_alias(arch) \
-+ int EBLHOOK_1(arch, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \
++ int EBLHOOK_1(arch ## _, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \
+ { \
+ return EBLHOOK(auxv_info)(a_type, name, format); \
+ }