Skip to content

Commit

Permalink
tools/elfutils: fix missing _ in auxv info alias
Browse files Browse the repository at this point in the history
Fixes dwarves compile issue

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Nov 1, 2023
1 parent 17a5f1c commit f95a8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/elfutils/patches/100-portability.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
+ }
Expand Down

0 comments on commit f95a8f8

Please sign in to comment.