mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 01:17:30 +01:00
tools/elfutils: fix missing _ in auxv info alias
Fixes dwarves compile issue Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
17a5f1c81f
commit
f95a8f8769
1 changed files with 1 additions and 1 deletions
|
|
@ -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); \
|
||||
+ }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue