소스 검색

tools/elfutils: fix missing _ in auxv info alias

Fixes dwarves compile issue

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 1 년 전
부모
커밋
f95a8f8769
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/elfutils/patches/100-portability.patch

+ 1 - 1
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); \
 +	}