projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a5f1c
)
tools/elfutils: fix missing _ in auxv info alias
author
Felix Fietkau
<nbd@nbd.name>
Wed, 1 Nov 2023 18:20:16 +0000
(19:20 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 1 Nov 2023 18:20:35 +0000
(19:20 +0100)
Fixes dwarves compile issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/elfutils/patches/100-portability.patch
patch
|
blob
|
history
diff --git
a/tools/elfutils/patches/100-portability.patch
b/tools/elfutils/patches/100-portability.patch
index a0c7d74bb32ec1497e8b5d55a3c0beb24644d525..0d650549eec39064ee59ee2dc7905b0233b9ffb5 100644
(file)
--- 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); \
+ }